Added styles to completely hide csrf elements on the page; changed tabs to spaces
This commit is contained in:
parent
e5e7942b42
commit
534b56351e
1 changed files with 1148 additions and 1141 deletions
|
@ -896,6 +896,13 @@ input[type="checkbox"] {
|
||||||
}
|
}
|
||||||
/*---//////////////////// LOGIN & PASSWORD RESET ////////////////////---*/
|
/*---//////////////////// LOGIN & PASSWORD RESET ////////////////////---*/
|
||||||
|
|
||||||
|
#csrf-label, #csrf-element {
|
||||||
|
/* Remove any visible csrf form token footprint */
|
||||||
|
height: 0;
|
||||||
|
padding: 0;
|
||||||
|
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