From: Art Cancro Date: Thu, 17 Jun 2010 21:26:11 +0000 (+0000) Subject: * Use the correct class name for .chat_userlist_class in the stylesheet - fixes the... X-Git-Tag: v7.86~152 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=e2eda8ec9effbdb130ea9a1c0b2f1089ab4cb069 * Use the correct class name for .chat_userlist_class in the stylesheet - fixes the positioning of that div in all browsers. --- 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%;