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;
|
||||
|
|
|
@ -55,6 +55,42 @@ body.elfinder {
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Login page layout.
|
||||
*/
|
||||
body.not-logged-in[class*="page-user"] {
|
||||
background: #ebeae9 url(../images/bg-login.jpg) no-repeat fixed center center;
|
||||
background-size: cover;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #main {
|
||||
margin: 30px auto 0;
|
||||
max-width: 400px;
|
||||
padding: 20px;
|
||||
background: rgba(252, 255, 255, 0.85);
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #main-content {
|
||||
padding: 0;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #main-content .section {
|
||||
background: transparent;
|
||||
min-height: inherit;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #page,
|
||||
body.not-logged-in[class*="page-user"] #page-wrapper,
|
||||
body.not-logged-in[class*="page-user"] #main-wrapper,
|
||||
body.not-logged-in[class*="page-user"] #main-content div.tabs {
|
||||
background: transparent;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #page-title {
|
||||
display: none;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #socket {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* Header.
|
||||
*/
|
||||
|
|
|
@ -666,6 +666,10 @@ table#tasks tr td > div.form-item > select.form-control {
|
|||
height: auto;
|
||||
font-size: 12px;
|
||||
}
|
||||
table#tasks tr th.coldrag,
|
||||
table#tasks tr td > div.form-item > select.form-control {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
* "SuiteDesk Tasks" Kanban.
|
||||
|
|
Reference in a new issue