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.6 -r1.7 --- lams_tool_chat/web/includes/css/chat.css 25 Oct 2006 05:50:16 -0000 1.6 +++ lams_tool_chat/web/includes/css/chat.css 6 Nov 2006 00:26:06 -0000 1.7 @@ -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;