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 --- include/widgets.php | 2 +- view/css/mod_chat.css | 5 ++++- view/theme/redbasic/css/style.css | 4 ++++ view/tpl/chat.tpl | 21 ++++++++++----------- 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/include/widgets.php b/include/widgets.php index 50e4cb184..cb68ed00f 100644 --- a/include/widgets.php +++ b/include/widgets.php @@ -811,7 +811,7 @@ function widget_chatroom_list($arr) { function widget_chatroom_members() { $o = replace_macros(get_markup_template('chatroom_members.tpl'), array( - '$header' => t('Chatroom Members') + '$header' => t('Chat Members') )); return $o; 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 @@
-
-
+
+