[+] FO : New Responsive, Bootstrap template

This commit is contained in:
Damien Metzger
2013-10-23 16:56:02 +02:00
parent 16dfea95e3
commit 69d5cb4ccd
639 changed files with 64771 additions and 7 deletions
@@ -0,0 +1,37 @@
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/**********************************************************
Authentication Styles
**********************************************************/
#account-creation_form .id_state, #account-creation_form .dni, #account-creation_form .postcode {
display: none;
}
#create-account_form {
min-height: 297px;
}
#create-account_form p {
margin-bottom: 8px;
}
#create-account_form .form-group {
margin-bottom: 20px;
}
#login_form {
min-height: 297px;
}
#login_form .form-group {
margin-bottom: 3px;
}
#login_form .form-group.lost_password {
margin: 14px 0 15px 0;
}
#login_form .form-group.lost_password a {
text-decoration: underline;
}
#login_form .form-group.lost_password a:hover {
text-decoration: none;
}
#login_form .form-control, #create-account_form .form-control {
max-width: 271px;
}