diff public/libervia.css @ 206:4d7054542751

browser side: contactBox doesn't use left margin anymore (avoid scrollbar issues) + some cosmetic changes to contact panel switch button
author Goffi <goffi@goffi.org>
date Thu, 27 Jun 2013 20:45:41 +0200
parents 2bc6cf004e61
children a43b66af3872
line wrap: on
line diff
--- a/public/libervia.css	Thu Jun 20 12:16:46 2013 +0200
+++ b/public/libervia.css	Thu Jun 27 20:45:41 2013 +0200
@@ -376,8 +376,6 @@
 /* Contact List */
 
 div.contactBox {
-    margin-left: 20px;
-    margin-top: 9px;
     width: 100%;
 }
 
@@ -394,11 +392,8 @@
     /* Button used to switch contacts panel */
     background: none;
     border: 0;
-    font-size: xx-small;
-    margin-left: -4px;
-    margin-top: 10px;
-    position: absolute;
-    z-index: 50;
+    padding: 0;
+    font-size: large;
 }
 
 .groupList {
@@ -1091,6 +1086,10 @@
   cursor: default;
 }
 
+.globalLeftArea {
+    margin-top: 9px;
+}
+
 
 /* Misc */