]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Yet another at fixing the layout of the search box. Seems to work now
[rails.git] / public / stylesheets / site.css
index c6b56621506386fdcbb0d27fe91d27176deccb50..df04b7c99d7721a2d9856ff54ec75047df66ea4d 100644 (file)
@@ -354,13 +354,16 @@ hides rule from IE5-Mac \*/
   padding: 0px;
 }
 
-.optionalbox input {
+#search_field form {
   width: 100%;
 }
 
-.optionalbox td {
-  margin: 0px;
-  padding: 0px;
+#search_field input[type="text"] {
+  width: 116px;
+}
+
+#search_field input[type="submit"] {
+  width: 26px;
 }
 
 .search_form {