Index: openacs-4/packages/chat/tcl/chat-ajax-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/chat/tcl/chat-ajax-procs.tcl,v
diff -u -r1.23.2.14 -r1.23.2.15
--- openacs-4/packages/chat/tcl/chat-ajax-procs.tcl 7 Mar 2023 14:41:38 -0000 1.23.2.14
+++ openacs-4/packages/chat/tcl/chat-ajax-procs.tcl 8 Mar 2023 12:57:05 -0000 1.23.2.15
@@ -30,15 +30,11 @@
chat_room instproc render {} {
:get_parameters
- set html [subst {
-
- [::chat::Chat login \
+ return [::chat::Chat login \
-chat_id $chat_id \
-mode $mode \
-path $path \
-skin $skin]
-
- }]
}
}
Index: openacs-4/packages/xowiki/www/resources/chat-skins/chat-bubbles.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/chat-skins/chat-bubbles.css,v
diff -u -r1.3 -r1.3.2.1
--- openacs-4/packages/xowiki/www/resources/chat-skins/chat-bubbles.css 6 Dec 2018 20:22:25 -0000 1.3
+++ openacs-4/packages/xowiki/www/resources/chat-skins/chat-bubbles.css 8 Mar 2023 12:57:06 -0000 1.3.2.1
@@ -2,23 +2,9 @@
box-sizing: border-box;
}
-/* Chat container */
-#xowiki-chat-container {
- height: 70vh;
- width: 100%;
- position: relative;
-}
-
-/* Chat includelet */
-#xowiki-chat-includelet {
- height: 700px;
- width: 100%;
- position: relative;
-}
-
/* Users and messages container */
#xowiki-chat {
- height: 100%;
+ height: 70vh;
width: 100%;
margin-bottom: 1%;
overflow: hidden;
Index: openacs-4/packages/xowiki/www/resources/chat-skins/chat-classic.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/chat-skins/chat-classic.css,v
diff -u -r1.3.2.1 -r1.3.2.2
--- openacs-4/packages/xowiki/www/resources/chat-skins/chat-classic.css 7 Mar 2023 13:46:58 -0000 1.3.2.1
+++ openacs-4/packages/xowiki/www/resources/chat-skins/chat-classic.css 8 Mar 2023 12:57:06 -0000 1.3.2.2
@@ -2,23 +2,9 @@
box-sizing: border-box;
}
-/* Chat container */
-#xowiki-chat-container {
- height: 70vh;
- width: 100%;
- position: relative;
-}
-
-/* Chat includelet */
-#xowiki-chat-includelet {
- height: 700px;
- width: 100%;
- position: relative;
-}
-
/* Users and messages container */
#xowiki-chat {
- height: 100%;
+ height: 70vh;
width: 100%;
margin-bottom: 1%;
overflow: hidden;
Index: openacs-4/packages/xowiki/www/resources/chat-skins/chat-minimal.css
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/chat-skins/chat-minimal.css,v
diff -u -r1.1.2.2 -r1.1.2.3
--- openacs-4/packages/xowiki/www/resources/chat-skins/chat-minimal.css 7 Mar 2023 16:26:04 -0000 1.1.2.2
+++ openacs-4/packages/xowiki/www/resources/chat-skins/chat-minimal.css 8 Mar 2023 12:57:06 -0000 1.1.2.3
@@ -2,23 +2,9 @@
box-sizing: border-box;
}
-/* Chat container */
-#xowiki-chat-container {
- height: 70vh;
- width: 100%;
- position: relative;
-}
-
-/* Chat includelet */
-#xowiki-chat-includelet {
- height: 700px;
- width: 100%;
- position: relative;
-}
-
/* Users and messages container */
#xowiki-chat {
- height: 100%;
+ height: 70vh;
width: 100%;
margin-bottom: 1%;
overflow: hidden;