Index: lams_tool_chat/web/WEB-INF/struts/tiles-defs.xml =================================================================== diff -u -r47041304a9d027531f04cc2a0217b7dda2acc913 -r6e0f6145136b39b5736a6a1e20c596f54cf7f5b0 --- lams_tool_chat/web/WEB-INF/struts/tiles-defs.xml (.../tiles-defs.xml) (revision 47041304a9d027531f04cc2a0217b7dda2acc913) +++ lams_tool_chat/web/WEB-INF/struts/tiles-defs.xml (.../tiles-defs.xml) (revision 6e0f6145136b39b5736a6a1e20c596f54cf7f5b0) @@ -31,6 +31,11 @@ + + + + + @@ -74,8 +79,7 @@ - - + Index: lams_tool_chat/web/chat_client/chat_style.css =================================================================== diff -u -r7c0c408e15f94b0c133d296b19d34398fa3436f9 -r6e0f6145136b39b5736a6a1e20c596f54cf7f5b0 --- lams_tool_chat/web/chat_client/chat_style.css (.../chat_style.css) (revision 7c0c408e15f94b0c133d296b19d34398fa3436f9) +++ lams_tool_chat/web/chat_client/chat_style.css (.../chat_style.css) (revision 6e0f6145136b39b5736a6a1e20c596f54cf7f5b0) @@ -1,18 +1,21 @@ #chat_content { - width: 100%; - height: 600px; + width: 560px; padding: 12px; + + /* compensate for content image border */ + margin-left: 4px; } #chat_pane { - + width: 98%; } #iResp { - height: 400px; - margin-right: 8px; + height: 260px; + margin-right: 12px; + margin-left: 12px; overflow: scroll; - padding: 4px; + background-color: white; border: thin solid black; } @@ -33,7 +36,7 @@ #presence { float: right; width: 160px; - height: 400px; + height: 260px; overflow: hidden; } @@ -43,15 +46,12 @@ } #msgArea { - width: 100%; + margin-left: 12px; + margin-right: 12px; + width: 532px; height: 100%; } -#msgAreaDiv { - height: 45px; -} - #finishButton_pane { - width: 100%; - text-align: right; + } \ No newline at end of file Index: lams_tool_chat/web/chat_client/chat_ui.jsp =================================================================== diff -u -r20c41464331ccdc7a9a8e25abad1818855c47f67 -r6e0f6145136b39b5736a6a1e20c596f54cf7f5b0 --- lams_tool_chat/web/chat_client/chat_ui.jsp (.../chat_ui.jsp) (revision 20c41464331ccdc7a9a8e25abad1818855c47f67) +++ lams_tool_chat/web/chat_client/chat_ui.jsp (.../chat_ui.jsp) (revision 6e0f6145136b39b5736a6a1e20c596f54cf7f5b0) @@ -25,60 +25,66 @@ var LOCK_ON_FINISHED = "${LOCK_ON_FINISHED}"; - + -
+

+ +

+
+
+
-
-
-

- message.loading -

-
+
+
+

+ message.loading +

+
- + + + Index: lams_tool_chat/web/layouts/learningLayout.jsp =================================================================== diff -u --- lams_tool_chat/web/layouts/learningLayout.jsp (revision 0) +++ lams_tool_chat/web/layouts/learningLayout.jsp (revision 6e0f6145136b39b5736a6a1e20c596f54cf7f5b0) @@ -0,0 +1,16 @@ + + +<%@ include file="/common/taglibs.jsp"%> + + + + +
+ + + + +
+ +