CSS/forms: first attempt to make them look better
More to come
This commit is contained in:
parent
ef4403f204
commit
c36ad91018
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue