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:
parent
a3b167902d
commit
2ec1418db5
1 changed files with 2 additions and 0 deletions
|
@ -225,6 +225,8 @@ hr {
|
|||
|
||||
#search_field input[type="submit"] {
|
||||
width: 26px;
|
||||
padding-left: 0px;
|
||||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.search_help {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue