mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 04:26:50 +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;
|
||||
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 {
|
||||
background-color: #d9d9d9; color: #000; text-align: center;
|
||||
border: medium outset #d9d9d9; padding: 1px 0.5em; }
|
||||
@ -159,7 +159,7 @@ input[type=image] { background-color: transparent; color: #000;
|
||||
input[type=checkbox], input[type=radio] { background-color: transparent;
|
||||
border: none; padding: 0 0.1em; }
|
||||
input[type=file] { background-color: #d9d9d9; color: #000; font-style: italic;
|
||||
border: medium inset #d9d9d9; padding: 1px 2px;}
|
||||
border: medium inset #d9d9d9; padding: 1px 2px; }
|
||||
input[align=left] { float: left; }
|
||||
input[align=right] { float: right; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user