From: Jonas Krückel Date: Mon, 20 Dec 2010 20:08:51 +0000 (+0100) Subject: Reduce left and right padding for the "Go" button X-Git-Tag: live~6294^2^2~22 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/2ec1418db5e52312261e42c8e52b284831e87bd7 Reduce left and right padding for the "Go" button 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. --- diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index a04604c2e..8d86708af 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -225,6 +225,8 @@ hr { #search_field input[type="submit"] { width: 26px; + padding-left: 0px; + padding-right: 0px; } .search_help {