diff --git a/app/views/notifications/index.html.haml b/app/views/notifications/index.html.haml index 3e439e086..f87962a93 100644 --- a/app/views/notifications/index.html.haml +++ b/app/views/notifications/index.html.haml @@ -11,7 +11,7 @@ .span-24.last .stream.notifications - @group_days.each do |day, notes| - .day.span-24.last + .day_group.span-24.last .span-3 .date .day= day.split(' ').last diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index 4a53df2a1..0efcbf3bc 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -2252,7 +2252,14 @@ h3,h4 :bottom 0.3em :padding 0.2em 0.5em :width 500px - :min-height 100px + +.day_group + :min-height 100px + :margin + :bottom 10px + .stream_element + &:last-child + :border none .stream.notifications > li:hover