styling for small django forms

This commit is contained in:
Frédéric Péters 2014-03-25 15:26:33 +01:00
parent 874e0ac880
commit 004140f977
1 changed files with 12 additions and 3 deletions

View File

@ -684,11 +684,20 @@ ul.messages {
box-shadow: 0px 0px 5px black;
}
form.small label span {
width: 16em;
form.small p input {
margin-left: 0;
}
form.small p {
margin-bottom: 0.5em;
}
form.small label {
width: 200px;
display: inline-block;
}
form.small button {
margin-left: 15.4em;
margin-left: 205px;
display: block;
}