From 6c2673ae2aa311ee92b5b12b969b4483b52eef53 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 31 Mar 2016 22:42:28 +0200 Subject: various fixes regarding mod chat --- view/css/mod_chat.css | 5 ++++- view/theme/redbasic/css/style.css | 4 ++++ view/tpl/chat.tpl | 21 ++++++++++----------- 3 files changed, 18 insertions(+), 12 deletions(-) (limited to 'view') diff --git a/view/css/mod_chat.css b/view/css/mod_chat.css index 9d46d9860..75e858542 100644 --- a/view/css/mod_chat.css +++ b/view/css/mod_chat.css @@ -33,7 +33,6 @@ aside { #chatTopBar { float: left; width: 100%; - height: 400px; overflow-y: auto; } @@ -115,6 +114,10 @@ aside { height: 100%; top: 0px; left: 0px; + border-radius: 0px; z-index: 10000; } +.generic-content-wrapper.fullscreen .section-title-wrapper { + border-radius: 0px; +} diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 43607a95c..443f96da9 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1375,6 +1375,10 @@ img.mail-conv-sender-photo { background-color: $item_colour; } +#chatMembers img { + border-radius: $radiuspx; +} + /* nav bootstrap */ diff --git a/view/tpl/chat.tpl b/view/tpl/chat.tpl index b18318044..1001f28b3 100644 --- a/view/tpl/chat.tpl +++ b/view/tpl/chat.tpl @@ -30,8 +30,8 @@
-
-
+
+