Index: lams_tool_chat/web/includes/css/chat.css =================================================================== diff -u -r6507889accce02f9e65102334afcae852270c79b -r58509b31382a1baadc71e6ee0e69a51c1cb36642 --- lams_tool_chat/web/includes/css/chat.css (.../chat.css) (revision 6507889accce02f9e65102334afcae852270c79b) +++ lams_tool_chat/web/includes/css/chat.css (.../chat.css) (revision 58509b31382a1baadc71e6ee0e69a51c1cb36642) @@ -12,9 +12,7 @@ font-weight: bold; } - /* ==================== LEARNING PAGE STYLES ==================== */ - #chat_content { width: 560px; padding: 12px; @@ -62,3 +60,10 @@ #msgArea { width: 410px; } + +/* ================== MONITORING ================== */ +.edit-pane { + display: none;; + border: 1px solid; + padding: 8px; +} \ No newline at end of file Index: lams_tool_chat/web/pages/monitoring/chatHistory.jsp =================================================================== diff -u -r494f5e18bb2ecf30d1db3c1841584945f58c4972 -r58509b31382a1baadc71e6ee0e69a51c1cb36642 --- lams_tool_chat/web/pages/monitoring/chatHistory.jsp (.../chatHistory.jsp) (revision 494f5e18bb2ecf30d1db3c1841584945f58c4972) +++ lams_tool_chat/web/pages/monitoring/chatHistory.jsp (.../chatHistory.jsp) (revision 58509b31382a1baadc71e6ee0e69a51c1cb36642) @@ -17,7 +17,7 @@ if (!(currentPaneID == null)) { closeEditPane(); } - document.getElementById(paneID).style.display = ""; + document.getElementById(paneID).style.display = "block"; currentPaneID = paneID; } @@ -52,8 +52,7 @@ edit -