From e2eda8ec9effbdb130ea9a1c0b2f1089ab4cb069 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 17 Jun 2010 21:26:11 +0000 Subject: [PATCH] * Use the correct class name for .chat_userlist_class in the stylesheet - fixes the positioning of that div in all browsers. --- webcit/static/webcit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 3af07de01..c336b9a8d 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -1683,7 +1683,7 @@ li.event_unread span, a.event_read_title { padding-right: 3px; } -.chat_userlist { +.chat_userlist_class { position: absolute; top: 0; right: 1%; -- 2.30.2