diff --git a/app/assets/stylesheets/notifications.scss b/app/assets/stylesheets/notifications.scss index f12336584..f4349d1e1 100644 --- a/app/assets/stylesheets/notifications.scss +++ b/app/assets/stylesheets/notifications.scss @@ -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 { diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index 6acc3fa98..4e178dcc6 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -71,7 +71,7 @@ = will_paginate @notifications, renderer: WillPaginate::ActionView::BootstrapLinkRenderer - else - .no_notifications.well + .no-notifications.well %h4 = t(".no_notifications")