diff options
author | Jedidiah Broadbent <hello@jedidiah.eu> | 2012-05-16 14:13:33 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-05-16 16:55:42 +0100 |
commit | 5d63cc9847b700b9a8d6383e2d6eb77db16cc91d (patch) | |
tree | bde6589a439ac122e2ae3e013c8ff822542fdfab | |
parent | 4e6b9e554d2fe8d6eb65bde4fad312ae11a06f8a (diff) |
Fixes Search box cropping descenders in FF
Fixes:#425
-rw-r--r-- | public/stylesheets/main.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index a92b6b382..4b12a637a 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -41,7 +41,11 @@ border-width:1px; } #navigation_search input#navigation_search_query { -width:14em; +width:20.25em; +font-size: 0.8em; +padding: 5px; +margin: -1px -1px 0 0; + } #navigation_search p { @@ -912,7 +916,7 @@ border:none; #navigation_search input[type=image] { border:0; -margin-bottom:-8px; +margin-bottom:-9px; margin-left:-4px; } |