CSS/forms: first attempt to make them look better

More to come
This commit is contained in:
Thomas Gelf 2014-06-17 13:34:41 +00:00
parent ef4403f204
commit c36ad91018
1 changed files with 16 additions and 0 deletions

View File

@ -130,3 +130,19 @@ form ul.errors li {
line-height: 1.5em;
}
#main form label {
display: inline-block;
margin-right: 1em;
font-size: 0.9em;
width: 10em;
}
#main select, #main input[type=text] {
width: 20em;
}
#main form .help-block, #main form .description {
font-size: 0.8em;
}