Index: lams_tool_chat/web/includes/css/chat.css =================================================================== diff -u -rc7020071c1f16ffd675388ff66fc89df55de41e3 -r3605a487dbf22d097f03ab539f1f4df98bdc2f49 --- lams_tool_chat/web/includes/css/chat.css (.../chat.css) (revision c7020071c1f16ffd675388ff66fc89df55de41e3) +++ lams_tool_chat/web/includes/css/chat.css (.../chat.css) (revision 3605a487dbf22d097f03ab539f1f4df98bdc2f49) @@ -19,14 +19,10 @@ margin-left: 4px; } -#chat_pane { - width: 98%; -} - #iResp { height: 260px; margin-right: 12px; - overflow: scroll; + overflow: auto; border-width: 1px; border-style: solid; padding: 2px; @@ -36,13 +32,24 @@ float: right; width: 105px; height: 260px; - overflow: hidden; + overflow: auto; border-width: 1px; border-style: solid; font-weight: bold; padding: 2px; } +#send-button { + float: right; + width: 105px; + overflow: auto; +} + +#send-message-area { + margin-right: 12px; + overflow: auto; +} + .selected { background-color: #ececec; padding: 2px;