From 9cfbed82a3c7ba21e9a30a4a064daac577c050ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Mon, 18 Jun 2012 20:59:45 +0200 Subject: [PATCH] Some icons for the menu --- index.php | 7 ++++--- style.css | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index c2bf391..f6d87d4 100644 --- a/index.php +++ b/index.php @@ -82,7 +82,7 @@
- " alt="Search" /> + " alt="Settings and menu" />

title ?>

@@ -92,9 +92,9 @@ diff --git a/style.css b/style.css index 26d0a5a..12c84ca 100644 --- a/style.css +++ b/style.css @@ -206,8 +206,26 @@ background-color: black; margin-top: 3px; padding: 6px 10px; border-radius: 6px; +display: table; } +.search input +{ +display: table-cell; +vertical-align: middle; +} + +.search input[type=text], .search select +{ +width: 242px; +} + +.search select +{ +width: 248px; +} + + .bookpopup { min-width: 400px;