added dash to desktop mail list as separator between body and subject

This commit is contained in:
Mario Volke 2014-11-10 18:16:23 +01:00 committed by Tankred Hase
parent aaf3743665
commit 88370adbf3
1 changed files with 6 additions and 2 deletions

View File

@ -409,7 +409,7 @@
display: table-cell;
border-bottom: 1px solid $color-border-light;
padding: $cell-padding-vertical $cell-padding-horizontal;
width: 25%;
width: 12em;
}
&__subject {
@include scut-truncate;
@ -420,8 +420,12 @@
font-weight: normal;
}
& > span {
margin-left: 0.5em;
margin-left: 0.2em;
color: $color-text-light;
&:before {
content: '-';
margin-right: 0.2em;
}
}
}
&__time {