Merge pull request #6762 from svbergerem/fix-notifications-design-regression
Fix notifications page design regressions
This commit is contained in:
commit
47f6ea4b98
2 changed files with 7 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
= will_paginate @notifications, renderer: WillPaginate::ActionView::BootstrapLinkRenderer
|
||||
|
||||
- else
|
||||
.no_notifications.well
|
||||
.no-notifications.well
|
||||
%h4
|
||||
= t(".no_notifications")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue