Merge pull request #6762 from svbergerem/fix-notifications-design-regression

Fix notifications page design regressions
This commit is contained in:
Jonne Haß 2016-03-21 13:48:41 +01:00
commit 47f6ea4b98
2 changed files with 7 additions and 2 deletions

View file

@ -7,6 +7,8 @@
.btn-toolbar { margin: 11px 0; }
.framed-content { padding-bottom: 10px; }
.year {
background-color: $white;
color: $text-grey;
@ -43,7 +45,10 @@
.pagination { text-align: center; }
.no_notifications { text-align: center; }
.no-notifications {
margin: 0 10px;
text-align: center;
}
}
.list-group .list-group-item {

View file

@ -71,7 +71,7 @@
= will_paginate @notifications, renderer: WillPaginate::ActionView::BootstrapLinkRenderer
- else
.no_notifications.well
.no-notifications.well
%h4
= t(".no_notifications")