Merge branch 'saas' of github.com:sourcefabric/Airtime into saas
This commit is contained in:
commit
fd42c67b0b
13 changed files with 225 additions and 76 deletions
|
@ -10,6 +10,7 @@ body {
|
|||
}
|
||||
html, body {
|
||||
height: 100%;
|
||||
background: #7f7f7f;
|
||||
}
|
||||
|
||||
#login-page {
|
||||
|
@ -896,13 +897,23 @@ input[type="checkbox"] {
|
|||
}
|
||||
/*---//////////////////// LOGIN & PASSWORD RESET ////////////////////---*/
|
||||
|
||||
#csrf-label, #csrf-element {
|
||||
/* Remove any visible csrf form token footprint */
|
||||
/* Remove any visible csrf form token footprint */
|
||||
#csrf-label {
|
||||
height: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#csrf-element {
|
||||
height: 8px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#csrf-label .errors li, #csrf-element .errors li {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.login_box {
|
||||
margin: 0 auto 0 auto;
|
||||
text-align:center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue