Improve background layout on mobile devices

This commit is contained in:
Manuel Cillero 2017-09-26 08:56:05 +02:00
parent fcb34088be
commit 45cc0404ab
3 changed files with 9 additions and 2 deletions

View file

@ -7,6 +7,9 @@
/*
* Global styles.
*/
html {
min-height: 100%;
}
body.drag {
cursor: move;
} /*

View file

@ -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;
}

View file

@ -1,6 +1,6 @@
name = SuiteDesk Theme
description = SuiteDesk Theme Zen.
version = 0.2.62
version = 0.2.63
screenshot = screenshot.png