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 {
border: 1px solid #f9f9f9;
border: 1px solid #ddd;
cursor: pointer;
}
input, textarea {
border: 1px solid #f9f9f9;
border: 1px solid #ddd;
padding-left: 0.5em;
}
@ -98,12 +98,14 @@ form dt label {
form dd {
display: inline;
min-height: 2em;
margin: 0;
}
form dt {
display: inline-block;
min-width: 12em;
min-height: 2em;
width: 30%;
}