Remove confusing 'overlay', it's more like the content container

This commit is contained in:
Alexandre Aubin 2019-03-19 17:34:14 +01:00
parent 32a9229ef4
commit ce38f0aba0
3 changed files with 3 additions and 3 deletions

View file

@ -119,7 +119,7 @@ img {
/* Layout */ /* Layout */
.overlay { .content {
padding: 2%; padding: 2%;
} }

View file

@ -10,7 +10,7 @@
.user-container small, .user-container small,
.user-container .user-mail, .user-container .user-mail,
.user-container .user-mail, .user-container .user-mail,
.overlay .footer a, .content .footer a,
a.app-tile, a.app-tile,
#ynh-logout { #ynh-logout {
color: black !important; color: black !important;

View file

@ -39,7 +39,7 @@
<span class="element-invisible">Yunohost</span> <span class="element-invisible">Yunohost</span>
</div> </div>
<div class="overlay"> <div class="content">
{{#flash_win}} {{#flash_win}}
<div class="wrapper messages success">{{.}}</div> <div class="wrapper messages success">{{.}}</div>
{{/flash_win}} {{/flash_win}}