mod chat rework continued

This commit is contained in:
Mario Vavti
2016-03-31 13:21:48 +02:00
parent 1cd3b41825
commit 3fdd110e07
10 changed files with 104 additions and 27 deletions

View File

@@ -1264,7 +1264,8 @@ img.mail-conv-sender-photo {
.wall-item-content,
.mail-conv-body,
.page-body,
.chat-item-text {
.chat-item-text,
.chat-item-text-self {
font-size: $font_size;
clear: both;
}
@@ -1363,11 +1364,13 @@ img.mail-conv-sender-photo {
cursor: pointer;
}
.chat-item-photo {
.chat-item-photo,
.chat-item-photo-self {
border-radius: $radiuspx;
}
.chat-item-title {
.chat-item-title,
.chat-item-title-self {
border-radius: $radiuspx;
background-color: $item_colour;
}