Merge pull request #5677 from svbergerem/notifications-year-style

Style improvements for the year on the notifications page
This commit is contained in:
Jonne Haß 2015-02-16 22:26:50 +01:00
commit ce618b3a51
2 changed files with 10 additions and 8 deletions

View file

@ -15,26 +15,28 @@
margin-bottom: 10px;
}
.year_container { margin-top: 75px; }
.header + .year_container { margin-top: 50px; }
.year_container { margin-top: 40px; }
.year {
background-color: $white;
color: $light-grey;
font-size: 20px;
line-height: 20px;
font-size: 40px;
line-height: 40px;
margin-bottom: -20px;
text-align: center;
}
.year_container + .day_group {
border-top: 1px solid $border-grey;
padding-top: 60px;
}
.day_group + .day_group {
border-top: 1px dashed $border-grey;
margin-top: 10px;
padding-top: 10px;
}
.day_group {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed $border-grey;
.date {
text-align: center;
color: $light-grey;

View file

@ -48,7 +48,7 @@
- if display_year?(year, date)
- year = the_year(date)
.row-fluid.year_container
.span2.offset5.year= year
.span4.offset4.year= year
.day_group.row-fluid
.date.span2