mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Dude idk what you were trying to do but this broke the 'edit' page :/
This commit is contained in:
parent
710c6ac6ab
commit
c5ffdfdfb5
1 changed files with 0 additions and 26 deletions
|
@ -10,9 +10,6 @@ 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 */
|
||||||
html {
|
|
||||||
height:100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ynh-user-portal {
|
.ynh-user-portal {
|
||||||
background-image: url("background.jpg");
|
background-image: url("background.jpg");
|
||||||
|
@ -20,29 +17,6 @@ html {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overlay {
|
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
|
|
||||||
.overlay #apps {
|
|
||||||
max-height: 70%;
|
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.overlay .footer {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.listing-apps {
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Apps colors */
|
/* Apps colors */
|
||||||
|
|
Loading…
Reference in a new issue