diff src/browser/public/libervia.css @ 684:e876f493dccc

browser_side: follow changes made on quick_frontend for chat states and MUC symbols + minor fixes following the refactorisation: - some MUC handlers are no more needed, the presence handler is enough - move the chat states logic to quick_frontend - display MUC games symbols - remove classes contact_list.ContactsPanel, contact_panel.Occupant and contact_panel.OccupantsList - move buildPresenceStyle and setPresenceStyle to html_tools - fixes games menu callback
author souliane <souliane@mailoo.org>
date Wed, 18 Mar 2015 10:17:04 +0100
parents a90cc8fc9605
children 9877607c719a
line wrap: on
line diff
--- a/src/browser/public/libervia.css	Thu Mar 19 20:41:46 2015 +0100
+++ b/src/browser/public/libervia.css	Wed Mar 18 10:17:04 2015 +0100
@@ -1054,17 +1054,6 @@
     color: #006600;
 }
 
-.occupant {
-    margin-top: 10px;
-    margin-right: 4px;
-    min-width: 120px;
-    padding: 5px 15px 5px 15px;
-    font-weight: bold;
-    background-color: #eee;
-    border: 1px solid #ddd;
-    white-space: nowrap;
-}
-
 .occupantsPanelCell {
     border-right: 2px dotted #ddd;
     padding-left: 5px;