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.
This commit is contained in:
Jonas Krückel 2010-12-20 21:08:51 +01:00 committed by Tom Hughes
parent a3b167902d
commit 2ec1418db5

View file

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