Quick fix for the signin page, we should consider moving it over to AJAX though.
This commit is contained in:
parent
e81a24a9ce
commit
4746f9c324
3 changed files with 21 additions and 8 deletions
|
@ -37,4 +37,9 @@ body {
|
|||
margin-bottom: 10px;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.alert {
|
||||
max-width: 300px;
|
||||
margin: 0 auto;
|
||||
}
|
Reference in a new issue