css: form element spacing

This commit is contained in:
Thomas Gelf 2015-11-03 12:58:11 +01:00
parent 39b58d24b7
commit 41df8a4141
1 changed files with 5 additions and 2 deletions

View File

@ -24,6 +24,7 @@ table.avp th {
form input[type=submit] {
.button();
border-width: 1px;
margin-top: 0.5em;
}
form input[type=submit]:first-of-type {
@ -221,14 +222,16 @@ form dt label {
form dd {
display: inline;
min-height: 2em;
min-height: 2.5em;
vertical-align: top;
margin: 0;
}
form dt {
display: inline-block;
vertical-align: top;
min-width: 12em;
min-height: 2em;
min-height: 2.5em;
width: 30%;
}