module.less: playing around with forms

This commit is contained in:
Thomas Gelf 2015-07-02 15:32:00 +02:00
parent 61795ccdcd
commit 69988d8e85
1 changed files with 13 additions and 1 deletions

View File

@ -3,9 +3,21 @@ form dt label {
width: auto;
}
dd {
form dd {
display: inline;
margin: 0;
}
form dt {
display: inline-block;
min-width: 16em;
}
form dd:after {
display: block;
content: '';
}
/* END of Forms */
table.simple {