Updated styles for csrf elements
This commit is contained in:
parent
ca34ad8bdc
commit
6b8163748d
1 changed files with 12 additions and 2 deletions
|
@ -896,13 +896,23 @@ input[type="checkbox"] {
|
||||||
}
|
}
|
||||||
/*---//////////////////// LOGIN & PASSWORD RESET ////////////////////---*/
|
/*---//////////////////// 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;
|
height: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#csrf-element {
|
||||||
|
height: 8px;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#csrf-label .errors li, #csrf-element .errors li {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.login_box {
|
.login_box {
|
||||||
margin: 0 auto 0 auto;
|
margin: 0 auto 0 auto;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue