Updated styles for csrf elements

This commit is contained in:
Duncan Sommerville 2014-11-13 09:46:44 -05:00
parent ca34ad8bdc
commit 6b8163748d

View file

@ -896,13 +896,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;