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