Index: lams_tool_chat/web/includes/css/chat.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/includes/css/chat.css,v diff -u -r1.9 -r1.10 --- lams_tool_chat/web/includes/css/chat.css 4 Dec 2006 06:45:33 -0000 1.9 +++ lams_tool_chat/web/includes/css/chat.css 24 Oct 2012 11:27:00 -0000 1.10 @@ -14,35 +14,39 @@ /* ==================== LEARNING PAGE STYLES ==================== */ +#chatContent { + table-layout: fixed; + margin-top: 10px; + border-spacing: 10px; +} -#iResp { +#messages { height: 260px; - width: 75%; overflow: auto; border: 1px solid #999; padding: 2px; padding-left:5px; } #roster { - width: 20%; height: 260px; overflow: auto; border: 1px solid #999; font-weight: bold; padding: 2px; - float: right; } + +#sendMessageArea { + border: 1px solid #999; + width: 99%; +} -#send-button { - float: right; - width: 105px; - overflow: auto; +#sendMessageButtonCell { + text-align: right; } - -#send-message-area { - margin-right: 12px; - overflow: auto; + +#sendMessageButton { + width: 100%; } .selected { @@ -57,13 +61,6 @@ cursor: pointer; } -#msgArea { - width: 95%; - margin:0; - margin-right:20px; - border: 1px solid #999; -} - /* ================== MONITORING ================== */ .edit-pane { display: none;;