]> git.openstreetmap.org Git - rails.git/commitdiff
Don't try and fix the height of the search box
authorTom Hughes <tom@compton.nu>
Mon, 30 Jul 2012 12:41:11 +0000 (13:41 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 30 Jul 2012 12:41:11 +0000 (13:41 +0100)
We have no idea how much space a given browser will need for an input
field so stop pretending we do as we just get it wrong.

app/assets/stylesheets/common.css.scss

index ca95e9401bb1af0562f943a87d8c28c186f8affb..b5e7af5dd1e64c7120452583f42af481b571ca41 100644 (file)
@@ -211,11 +211,6 @@ h2 {
   vertical-align: bottom;
 }
 
-.search_container {
-  height: 15px;
-  padding-bottom: 5px;
-}
-
 #search_field form {
   width: 100%;
   margin: 0px;