New version of front page and login page
This commit is contained in:
parent
66b921be18
commit
f339ddbec3
33 changed files with 123 additions and 72 deletions
|
@ -557,7 +557,7 @@ html.js .js-hide {
|
|||
}
|
||||
#access-rules .mask {
|
||||
clear: both;
|
||||
} */
|
||||
}
|
||||
|
||||
#user-login-form {
|
||||
padding-top: 10px;
|
||||
|
@ -582,8 +582,7 @@ html.js .js-hide {
|
|||
margin: .5em 0;
|
||||
padding: 6px 12px;
|
||||
background-color: #eaeaea;
|
||||
border: 1px solid #aaa; /*
|
||||
border-radius: 4px; */
|
||||
border: 1px solid #aaa;
|
||||
cursor: pointer;
|
||||
font-size: 14px;
|
||||
line-height: 1.42857;
|
||||
|
@ -598,6 +597,14 @@ html.js .js-hide {
|
|||
color: #fff;
|
||||
background-color: #ccc;
|
||||
}
|
||||
*/
|
||||
#user-pass #edit-submit {
|
||||
width: 100%;
|
||||
margin-top: 30px;
|
||||
}
|
||||
#user-login #edit-submit {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
#user-admin-filter ul {
|
||||
list-style: none;
|
||||
|
|
Reference in a new issue