Added styles to completely hide csrf elements on the page; changed tabs to spaces
This commit is contained in:
parent
e5e7942b42
commit
534b56351e
|
@ -896,6 +896,13 @@ input[type="checkbox"] {
|
|||
}
|
||||
/*---//////////////////// LOGIN & PASSWORD RESET ////////////////////---*/
|
||||
|
||||
#csrf-label, #csrf-element {
|
||||
/* Remove any visible csrf form token footprint */
|
||||
height: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.login_box {
|
||||
margin: 0 auto 0 auto;
|
||||
text-align:center;
|
||||
|
|
Loading…
Reference in New Issue