From 4fc0126661f2389843599a4a6829d8eb79a109e4 Mon Sep 17 00:00:00 2001 From: marijus Date: Sun, 9 Feb 2014 23:52:09 +0100 Subject: theming chat a little --- view/css/mod_chat.css | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) (limited to 'view/css') 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; +} -- cgit v1.2.3