Position the notifications lion relatively to the body.

This commit is contained in:
Paulo Reis 2017-10-25 10:14:47 +01:00
parent cbb79e04ce
commit 2ef7fd1d0a
2 changed files with 40 additions and 40 deletions

View file

@ -15,8 +15,6 @@ block content
}
};
.content.content-alt.project-list-page(ng-controller="ProjectPageController")
.project-list-content
.announcements(
ng-controller="AnnouncementsController"
ng-class="{ 'announcements-open': ui.isOpen }"
@ -56,6 +54,8 @@ block content
href
ng-click="showAll();"
) Show all
.content.content-alt.project-list-page(ng-controller="ProjectPageController")
.project-list-content
.row.project-list-row(ng-cloak)
.project-list-container(ng-if="projects.length > 0")

View file

@ -421,7 +421,7 @@ ul.project-list {
.announcements {
position: absolute;
bottom: 0;
bottom: @footer-height;
right: 0;
height: 150px;
width: 100%;