diff src/browser/public/libervia.css @ 479:c21ea1fe3593

browser side: small refactoring to prepare displaying avatars in the contact panel
author souliane <souliane@mailoo.org>
date Sat, 14 Jun 2014 19:10:51 +0200
parents 305044acb6f0
children 50b286866739
line wrap: on
line diff
--- a/src/browser/public/libervia.css	Thu Jun 12 22:37:22 2014 +0200
+++ b/src/browser/public/libervia.css	Sat Jun 14 19:10:51 2014 +0200
@@ -359,7 +359,7 @@
 }
 /* Contact List */
 
-div.contactBox {
+div.contactPanel {
     width: 100%;
    /* We want the contact panel to not use all the available height when displayed
       in the unibox panel (grey part), because the dialogs panels (white part) should
@@ -425,7 +425,7 @@
     -webkit-transition: color 0.1s linear; 
     transition: color 0.1s linear;  
 }
-.contact {
+.contactLabel {
     font-size: 1em;
     margin-top: 3px;
     padding: 3px 10px 3px 10px;
@@ -440,25 +440,25 @@
 }
 
 /* START - contact presence status */
-.contact-connected {
+.contactLabel-connected {
     color: #3c7e0c;
     font-weight: bold;
 }
-.contact-unavailable {
+.contactLabel-unavailable {
 }
-.contact-chat {
+.contactLabel-chat {
     color: #3c7e0c;
     font-weight: bold;
 }
-.contact-away {
+.contactLabel-away {
     color: brown;
     font-weight: bold;
 }
-.contact-dnd {
+.contactLabel-dnd {
     color: red;
     font-weight: bold;
 }
-.contact-xa {
+.contactLabel-xa {
     color: red;
     font-weight: bold;
 }