diff src/browser/public/libervia.css @ 495:587fe75d1b16

browser_side: handle menus of type ROOM, SINGLE and ROSTER_JID
author souliane <souliane@mailoo.org>
date Tue, 15 Jul 2014 18:45:33 +0200
parents 5d8632a7bfde
children 0924710b666a
line wrap: on
line diff
--- a/src/browser/public/libervia.css	Tue Jul 15 18:43:55 2014 +0200
+++ b/src/browser/public/libervia.css	Tue Jul 15 18:45:33 2014 +0200
@@ -469,8 +469,20 @@
     width: 32px;
     height: 32px;
     border-radius: 5px;
-    margin: 5px 0px 0px 10px;
+    margin: 5px 5px 0px 10px;
+}
+
+.contactBox .widgetHeader_buttonGroup img {
     border-radius: 5px;
+    border-left: 0px;
+    padding: 0px 0px 0px 0px;
+    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
+    background: -webkit-linear-gradient(top, #eee, #aaa);
+    background: linear-gradient(to bottom, #eee, #aaa);
+}
+
+.contactBox table {
+    width: 100%;
 }
 
 .contactLabel {
@@ -718,9 +730,7 @@
     background-color: transparent;
     width: 25px;
     height: 20px;
-    padding-top: 2px;
-    padding-bottom: 3px;
-    padding-right: 0px;
+    padding: 2px 0px 3px 0px;
     border-left: 1px solid #666;
     border-top: 0;
     border-radius: 0 0 0 0;