Improve padding in fields
This commit is contained in:
parent
9965dba80e
commit
7a80be9730
|
@ -16,6 +16,7 @@ input:not([type="checkbox"]),
|
|||
select,
|
||||
textarea {
|
||||
font-size: 12pt;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
||||
label {
|
||||
|
@ -30,8 +31,7 @@ label {
|
|||
}
|
||||
|
||||
input:not([type="checkbox"]):not([type="radio"]) {
|
||||
padding-bottom: 2px;
|
||||
line-height: 1.3;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
input:not([type="checkbox"]):not([type="radio"]),
|
||||
|
|
Loading…
Reference in New Issue