mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Merge pull request #131 from eauchat/theming-reloaded-smallfixes
Theming reloaded smallfixes
This commit is contained in:
commit
5b5bd2ef6c
1 changed files with 9 additions and 0 deletions
|
@ -82,6 +82,9 @@ body {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1:first-child,
|
||||
|
@ -123,6 +126,12 @@ img {
|
|||
padding: 2%;
|
||||
}
|
||||
|
||||
.logged .content {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: auto; /* scroll .content, not body for easier background customization */
|
||||
}
|
||||
|
||||
.ynh-wrapper {
|
||||
width: 90%;
|
||||
margin: 2% 5%;
|
||||
|
|
Loading…
Reference in a new issue