]> git.openstreetmap.org Git - rails.git/commitdiff
Reduce left and right padding for the "Go" button
authorJonas Krückel <osm@jonas-krueckel.de>
Mon, 20 Dec 2010 20:08:51 +0000 (21:08 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 21 Dec 2010 17:21:20 +0000 (17:21 +0000)
Firefox keeps the text on a button centered if it overflows the content
area but Webkit keeps the left edge fixed and pushes all the overflow to
the right so reducing the padding improves the look in Webkit when the
text is too long.

public/stylesheets/common.css

index a04604c2e9000dfb2fe498bbdd8e721e378f6fa9..8d86708af780c7697daef10ed6679930411fc32d 100644 (file)
@@ -225,6 +225,8 @@ hr {
 
 #search_field input[type="submit"] {
   width: 26px;
+  padding-left: 0px;
+  padding-right: 0px;
 }
 
 .search_help {