1
0
Fork 0
mirror of https://github.com/Alamantus/Lexiconga.git synced 2025-05-10 12:11:16 +02:00

Improve padding in fields

This commit is contained in:
Robbie Antenesse 2019-12-15 13:24:25 -07:00
parent 9965dba80e
commit 7a80be9730

View file

@ -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"]),