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.1 -r1.2 --- lams_tool_chat/web/includes/css/chat.css 8 Sep 2006 03:47:26 -0000 1.1 +++ lams_tool_chat/web/includes/css/chat.css 8 Sep 2006 06:06:57 -0000 1.2 @@ -1,5 +1,20 @@ -/* LEARNING PAGE STYLES */ +/* ==================== COMMON ==================== */ +.message { + padding-bottom: 4px; +} +.private_message { + font-style: italic; + background-color: #e6e6fa; +} + +.messageFrom { + font-weight: bold; +} + + +/* ==================== LEARNING PAGE STYLES ==================== */ + #chat_content { width: 560px; padding: 12px; @@ -32,19 +47,6 @@ padding: 2px; } -.message { - padding-bottom: 4px; -} - -.private_message { - font-style: italic; - background-color: #e6e6fa; -} - -.messageFrom { - font-weight: bold; -} - .selected { background-color: lime; padding: 2px; @@ -60,5 +62,3 @@ #msgArea { width: 410px; } - -/* END LEARNING PAGE STYLES */ \ No newline at end of file