modifed clouds theme to have good login page

This commit is contained in:
chateau 2019-03-12 20:00:28 +01:00
parent acfcabd727
commit 3537e0840c

View file

@ -10,13 +10,23 @@ a.app-tile,
} }
/* The layout is slightly different, the apps are scollable but not the headers and footers */ /* The layout is slightly different, the apps are scollable but not the headers and footers */
.overlay { html {
height:100%;
}
body {
background-image: url("background.jpg"); background-image: url("background.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden;
}
.overlay {
position: absolute; position: absolute;
background-size: cover; width: 100%;
background-position: center; height: 100%;
z-index: 10;
} }
.overlay #apps { .overlay #apps {
@ -48,6 +58,7 @@ a.app-tile,
/* Use custom ynh logo white (there's a white one in assets, but let's not depend on it) */ /* Use custom ynh logo white (there's a white one in assets, but let's not depend on it) */
#logo { #logo {
margin-top: 0px;
z-index: 10; z-index: 10;
background-image: url("/ynhtheme/ynhlogo.svg"); background-image: url("/ynhtheme/ynhlogo.svg");
} }