From 3e393c3d10bdcc9a6a76a21f040ef472b84d6b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sun, 1 Jul 2012 21:17:19 +0200 Subject: [PATCH] Simplify menu --- index.php | 4 ++-- style.css | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/index.php b/index.php index 00c6151..6cc7841 100644 --- a/index.php +++ b/index.php @@ -110,13 +110,13 @@
- - diff --git a/style.css b/style.css index 5df7e62..d190e00 100644 --- a/style.css +++ b/style.css @@ -190,13 +190,13 @@ display: inline; .menu { float: right; -width : 300px; +width : 250px; } .search { display:none; -width : 300px; +width : 250px; position: absolute; background: white; } @@ -205,20 +205,20 @@ background: white; { background-color: black; margin-top: 3px; -padding: 6px 10px; border-radius: 6px; -display: table; } -.search input, .search img, .search img +.search input[type=text], .search select { -display: table-cell; vertical-align: middle; +margin: 8px 10px; } -.search input[type=text] +.search input[type=image], .search img { -width: 242px; +vertical-align: middle; +float:right; +padding: 3px 2px; } .bookpopup