aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-03-31 13:21:48 +0200
committerMario Vavti <mario@mariovavti.com>2016-03-31 13:21:48 +0200
commit3fdd110e0775113d2246a9db16c6c920ecddf19d (patch)
tree923312a2ca85025b230d7b331bae2ec211eb64ea /view/theme/redbasic
parent1cd3b4182595b838a535dd6b6990251db05d49e6 (diff)
downloadvolse-hubzilla-3fdd110e0775113d2246a9db16c6c920ecddf19d.tar.gz
volse-hubzilla-3fdd110e0775113d2246a9db16c6c920ecddf19d.tar.bz2
volse-hubzilla-3fdd110e0775113d2246a9db16c6c920ecddf19d.zip
mod chat rework continued
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r--view/theme/redbasic/css/style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7f9f621a3..43607a95c 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -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;
}