From 3fdd110e0775113d2246a9db16c6c920ecddf19d Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 31 Mar 2016 13:21:48 +0200 Subject: mod chat rework continued --- view/css/mod_chat.css | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) (limited to 'view/css') diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css index 69c2e1528..9d46d9860 100644 --- a/view/css/mod_chat.css +++ b/view/css/mod_chat.css @@ -1,4 +1,5 @@ -#chatroom-new { +#chatroom-new, +#inline { display: none; } @@ -25,14 +26,23 @@ aside { padding-bottom: 0px; } +#chat-destroy { + display: inline; +} + #chatTopBar { float: left; + width: 100%; height: 400px; overflow-y: auto; } +#chatroom_list, +#chatroom_members { + display: none; +} -#chatUsers img { +#chatMembers img { float: left; margin-right: 5px; } @@ -49,11 +59,16 @@ aside { .chat-item { display: table; - table-layout: fixed; + float: left; +} +.chat-item-self { + display: table; + float: right; } -.chat-item-photo { +.chat-item-photo, +.chat-item-photo-self { display: table-cell; height: 32px; width: 32px; @@ -66,7 +81,17 @@ aside { padding: 0px 0px 20px 10px; } -.chat-item-title { +.chat-body-self { + display: table-cell; + vertical-align: top; + padding: 0px 10px 20px 0px; + text-align: right; +} + + + +.chat-item-title, +.chat-item-title-self { display: inline-block; padding: 3px; margin-bottom: 3px; @@ -84,3 +109,12 @@ aside { color: red; } +.generic-content-wrapper.fullscreen { + position: fixed; + width: 100%; + height: 100%; + top: 0px; + left: 0px; + z-index: 10000; +} + -- cgit v1.2.3