mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Remove confusing 'overlay', it's more like the content container
This commit is contained in:
parent
32a9229ef4
commit
ce38f0aba0
3 changed files with 3 additions and 3 deletions
|
@ -119,7 +119,7 @@ img {
|
|||
|
||||
|
||||
/* Layout */
|
||||
.overlay {
|
||||
.content {
|
||||
padding: 2%;
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
.user-container small,
|
||||
.user-container .user-mail,
|
||||
.user-container .user-mail,
|
||||
.overlay .footer a,
|
||||
.content .footer a,
|
||||
a.app-tile,
|
||||
#ynh-logout {
|
||||
color: black !important;
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<span class="element-invisible">Yunohost</span>
|
||||
</div>
|
||||
|
||||
<div class="overlay">
|
||||
<div class="content">
|
||||
{{#flash_win}}
|
||||
<div class="wrapper messages success">{{.}}</div>
|
||||
{{/flash_win}}
|
||||
|
|
Loading…
Reference in a new issue