webshop login, logout

This commit is contained in:
Rushabh Mehta
2013-03-19 11:12:22 +05:30
parent 8f43b31dae
commit a54cb247c4
9 changed files with 147 additions and 120 deletions

View File

@@ -4,9 +4,17 @@
margin: 70px auto;
}
#login_wrapper,
#login_wrapper h3 {
color: #333;
}
#login_wrapper a {
color: #0088cc;
}
.layout-wrapper {
background-color: #fff;
color: #333;
padding: 10px;
box-shadow: 1px 1px 3px 3px #ccc;
font-size: 12px;
@@ -32,7 +40,4 @@
text-align: center;
padding: 15px;
}
.login-footer, .login-footer a {
color: #999;
}
</style>