diff src/browser/public/libervia.css @ 660:267761bf7f08 frontends_multi_profiles

browser side (contact list): ContactPanels is used instead of OccupantsList in MUC: - ContactPanels become the generic class for all lists of contacts - OccupantsList will be removed - need to implements specials icons (e.g. for games) in ContactBox - ContactBox now manage a display arguments to set which data we want to display - ContactsPanel.display renamed to setList - ContactBox style can be changed when instaciating parent ContactsPanel - muc_contact CSS class is used for list of MUC occupants Not fully functionnal yet
author Goffi <goffi@goffi.org>
date Fri, 27 Feb 2015 22:53:27 +0100
parents 4dbd99de3aaa
children cbb3662818c8
line wrap: on
line diff
--- a/src/browser/public/libervia.css	Fri Feb 27 16:05:28 2015 +0100
+++ b/src/browser/public/libervia.css	Fri Feb 27 22:53:27 2015 +0100
@@ -539,6 +539,14 @@
     background-color: rgb(175, 175, 175);
 }
 
+/* Contacts in MUC */
+
+.muc_contact {
+    border-radius: 5px;
+    background: #EDEDED;
+    margin: 2px;
+}
+
 /* START - contact presence status */
 .contactLabel-connected {
     color: #3c7e0c;
@@ -1023,7 +1031,7 @@
     white-space: nowrap;
 }
 
-.occupantsList {
+.occupantsPanel {
     border-right: 2px dotted #ddd;
     margin-left: 5px;
     margin-right: 10px;