aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-02-09 23:59:19 +0100
committermarijus <mario@localhost.localdomain>2014-02-09 23:59:19 +0100
commit46153e4a5795a6ad6f088304233a4524a1e8409c (patch)
tree46b8d5208f62d811e73ee2e1f5cacf58b960f0e5 /view
parent4fc0126661f2389843599a4a6829d8eb79a109e4 (diff)
downloadvolse-hubzilla-46153e4a5795a6ad6f088304233a4524a1e8409c.tar.gz
volse-hubzilla-46153e4a5795a6ad6f088304233a4524a1e8409c.tar.bz2
volse-hubzilla-46153e4a5795a6ad6f088304233a4524a1e8409c.zip
moving background-color to style.css
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;
}