mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-09 20:42:02 +03:00
Add default line-height for form elements. Fixes squashed Google homepage.
svn path=/trunk/netsurf/; revision=9012
This commit is contained in:
parent
9c9b5e9606
commit
83acae8e1f
@ -150,7 +150,7 @@ form { display: block; }
|
|||||||
|
|
||||||
input, button { background-color: #fff; color: #000; text-align: left;
|
input, button { background-color: #fff; color: #000; text-align: left;
|
||||||
font-family: sans-serif; width: auto; height: auto; overflow: hidden;
|
font-family: sans-serif; width: auto; height: auto; overflow: hidden;
|
||||||
border: 2px solid #333; padding: 1px 2px; }
|
border: 2px solid #333; padding: 1px 2px; line-height: 1.33; }
|
||||||
input[type=button], input[type=reset], input[type=submit], button {
|
input[type=button], input[type=reset], input[type=submit], button {
|
||||||
background-color: #d9d9d9; color: #000; text-align: center;
|
background-color: #d9d9d9; color: #000; text-align: center;
|
||||||
border: medium outset #d9d9d9; padding: 1px 0.5em; }
|
border: medium outset #d9d9d9; padding: 1px 0.5em; }
|
||||||
|
Loading…
Reference in New Issue
Block a user