aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/css/mod_chat.css3
-rw-r--r--view/theme/redbasic/css/style.css1
2 files changed, 2 insertions, 2 deletions
diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css
index 99bd1b154..7963fbbd6 100644
--- a/view/css/mod_chat.css
+++ b/view/css/mod_chat.css
@@ -50,7 +50,6 @@
.chat-item-text {
float: left;
- background-color:#eee;
padding: 3px;
- display:inline-block;
+ display: inline-block;
}
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 08129aabb..8a43f5a51 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2467,4 +2467,5 @@ img.mail-list-sender-photo {
.chat-item-text {
border-radius: $radiuspx;
+ background-color:#eee;
}