Modalise Login

This commit is contained in:
Deon George
2013-05-16 21:50:44 +10:00
parent 41e777bd9d
commit c06068fc90
4 changed files with 22 additions and 17 deletions

View File

@@ -14,7 +14,7 @@
/** Base Body Styles **/
body{ color:#838383; font: 13px/1.7em 'Open Sans';}
body{ color:#838383; /*font: 13px/1.7em 'Open Sans';*/}
.account-container {
@@ -49,7 +49,7 @@ body{ color:#838383; font: 13px/1.7em 'Open Sans';}
}
.login-fields input {
font-family: 'Open Sans';
/* font-family: 'Open Sans'; */
font-size: 13px;
color: #8e8d8d;
padding: 11px 15px 10px 50px;
@@ -252,3 +252,12 @@ span.login-checkbox > input[type='checkbox']:checked + label {
}
}
.modal-body .account-container {
margin-top: 10px;
}
.modal-body .account-container h1 {
font-weight: normal;
}