module.less: improve form styling

This commit is contained in:
Thomas Gelf 2015-09-14 16:57:51 +02:00
parent 1510a75721
commit 23f555e428

View File

@ -16,12 +16,12 @@ select::-ms-expand, input::-ms-expand, textarea::-ms-expand { /* for IE 11 */
} }
select { select {
border: 1px solid #f9f9f9; border: 1px solid #ddd;
cursor: pointer; cursor: pointer;
} }
input, textarea { input, textarea {
border: 1px solid #f9f9f9; border: 1px solid #ddd;
padding-left: 0.5em; padding-left: 0.5em;
} }
@ -98,12 +98,14 @@ form dt label {
form dd { form dd {
display: inline; display: inline;
min-height: 2em;
margin: 0; margin: 0;
} }
form dt { form dt {
display: inline-block; display: inline-block;
min-width: 12em; min-width: 12em;
min-height: 2em;
width: 30%; width: 30%;
} }