Styling for non-field errors
This commit is contained in:
parent
b41bbb4188
commit
3a46a003d5
1 changed files with 7 additions and 0 deletions
|
@ -57,12 +57,19 @@ h2 {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
ul.errorlist {
|
||||
text-align: left;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.auth_form table {
|
||||
margin: 20px auto;
|
||||
border-spacing: 0.3em;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 5px 0;
|
||||
vertical-align: text-top;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue