mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
modifed clouds theme to have good login page
This commit is contained in:
parent
acfcabd727
commit
3537e0840c
1 changed files with 14 additions and 3 deletions
|
@ -10,13 +10,23 @@ a.app-tile,
|
|||
}
|
||||
|
||||
/* 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-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
position: absolute;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.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) */
|
||||
#logo {
|
||||
margin-top: 0px;
|
||||
z-index: 10;
|
||||
background-image: url("/ynhtheme/ynhlogo.svg");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue