? chatroom.css_fixed.patch Index: chatroom.css =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/chatroom/chatroom.css,v retrieving revision 1.22 diff -u -p -r1.22 chatroom.css --- chatroom.css 29 Oct 2008 06:37:38 -0000 1.22 +++ chatroom.css 17 Sep 2009 22:13:35 -0000 @@ -61,7 +61,8 @@ .chatroom-textentry-options table, #chatroom-board p, #chatroom-container-archive p { - margin: 0; + margin:0; + width: 70em; } .chatroom-textentry-options table { border-collapse: separate; @@ -73,6 +74,7 @@ } .chatroom-archive-date { white-space: nowrap; + margin-right: 5px; } .chatroom-system-msg { color: #660000; @@ -94,9 +96,8 @@ } .chatroom-old-msg .header, .chatroom-msg .header { - font-weight: bold; - margin-left: -1.8em; - margin-right: .4em; + font-weight: bold;; + margin-right:5px; vertical-align: top; } .chatroomLink {