Fix notifications page design regressions

This commit is contained in:
Steffen van Bergerem 2016-03-20 01:24:52 +01:00
parent 3bb28ec016
commit 1d86c8196c
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")