Improve background layout on mobile devices
This commit is contained in:
parent
fcb34088be
commit
45cc0404ab
3 changed files with 9 additions and 2 deletions
|
@ -60,7 +60,11 @@ body.elfinder {
|
|||
*/
|
||||
body.not-logged-in[class*="page-user"] {
|
||||
background: #ebeae9 url(../images/bg-login.jpg) no-repeat fixed center center;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
min-height: 100%;
|
||||
}
|
||||
body.not-logged-in[class*="page-user"] #main {
|
||||
margin: 20px auto 0;
|
||||
|
@ -96,7 +100,7 @@ body.not-logged-in[class*="page-user"] #page-title {
|
|||
}
|
||||
body.not-logged-in[class*="page-user"] #socket {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue