aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-02-09 23:52:09 +0100
committermarijus <mario@localhost.localdomain>2014-02-09 23:52:09 +0100
commit4fc0126661f2389843599a4a6829d8eb79a109e4 (patch)
tree3417c594a21e0de20b5d96a9555131f762015102 /view/css
parent66e7d182d499a7a8a854f64fb4c4746c283bef4a (diff)
downloadvolse-hubzilla-4fc0126661f2389843599a4a6829d8eb79a109e4.tar.gz
volse-hubzilla-4fc0126661f2389843599a4a6829d8eb79a109e4.tar.bz2
volse-hubzilla-4fc0126661f2389843599a4a6829d8eb79a109e4.zip
theming chat a little
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_chat.css29
1 files changed, 27 insertions, 2 deletions
diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css
index ce6e59af1..99bd1b154 100644
--- a/view/css/mod_chat.css
+++ b/view/css/mod_chat.css
@@ -27,5 +27,30 @@
section {
padding-bottom: 0;
}
-
- \ No newline at end of file
+
+.chat-item {
+ padding: 3px;
+}
+
+.chat-item-end {
+ clear: both;
+}
+
+.chat-item-photo {
+ float: left;
+ height: 32px;
+ width: 32px;
+}
+
+.chat-body {
+ float: left;
+ width: 80%;
+ margin-left: 15px;
+}
+
+.chat-item-text {
+ float: left;
+ background-color:#eee;
+ padding: 3px;
+ display:inline-block;
+}