Added styles to completely hide csrf elements on the page; changed tabs to spaces

This commit is contained in:
Duncan Sommerville 2014-11-05 17:26:05 -05:00
parent e5e7942b42
commit 534b56351e
1 changed files with 1148 additions and 1141 deletions

View File

@ -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;