add some sizing for small forms

This commit is contained in:
Frédéric Péters 2014-03-24 21:24:58 +01:00
parent 765bee300d
commit a4219f9c4c
1 changed files with 9 additions and 0 deletions

View File

@ -683,3 +683,12 @@ ul.messages {
z-index: 10;
box-shadow: 0px 0px 5px black;
}
form.small label span {
width: 16em;
display: inline-block;
}
form.small button {
margin-left: 15.4em;
}