diff options
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_chat.css | 29 |
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; +} |