fix css issue in directory

This commit is contained in:
Mario Vavti
2015-12-06 16:37:57 +01:00
parent 61aa33af1d
commit 78a70fed2f
3 changed files with 6 additions and 6 deletions

View File

@@ -1635,10 +1635,7 @@ img.mail-conv-sender-photo {
.divgrow-showmore {
display: block;
width: 100%;
border-top: 1px dashed #ccc;
border-bottom-right-radius: $radiuspx;
border-bottom-left-radius: $radiuspx;
text-align: center;
font-size: $body_font_size;
color: $link_colour;
@@ -1649,6 +1646,9 @@ img.mail-conv-sender-photo {
border-top: 1px dashed #adadad;
}
.directory-item .divgrow-showmore {
background-color: $comment_item_colour;
}
/* widgets */