1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 04:37:51 +02:00

Admin Default Theme: login page - updates

This commit is contained in:
Awilum
2012-11-14 22:06:57 +02:00
parent d1689f4774
commit 3a96d67be3

View File

@@ -241,7 +241,7 @@ h6 {
5. AUTHORIZATION 5. AUTHORIZATION
*************************************/ *************************************/
.login-body { .login-body {
background:#F2F2F2; background-color: #f5f5f5;
} }
.form-signin { .form-signin {
@@ -253,17 +253,9 @@ h6 {
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
-moz-border-radius: 5px; -moz-border-radius: 5px;
border-radius: 5px; border-radius: 5px;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05); -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05); -moz-box-shadow: 0 1px 5px rgba(0,0,0,.15);
box-shadow: 0 1px 2px rgba(0,0,0,.05); box-shadow: 0 1px 5px rgba(0,0,0,.15);
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
font-size: 16px;
height: auto;
margin-bottom: 15px;
padding: 7px 9px;
} }
/************************************* /*************************************