improve status bar panels look
authorRobert Kaiser <kairo@kairo.at>
Tue, 1 Jun 2010 16:08:45 +0000 (18:08 +0200)
committerRobert Kaiser <kairo@kairo.at>
Tue, 1 Jun 2010 16:08:45 +0000 (18:08 +0200)
LCARStrek/communicator/tasksOverlay.css
LCARStrek/global/global.css
LCARStrek/navigator/navigator.css

index 8563071665721423e29d5e280790292d223b5f26..4ec0eedd74712947697bf7d2c6eae69e0b943439 100644 (file)
@@ -84,4 +84,9 @@
 
 #component-bar {
   -moz-box-align: stretch;
+  -moz-padding-start: 0px;
+}
+
+#component-bar + statusbarpanel {
+  border-left: none;
 }
index 011dafbe7aef5db0e56357ccb184807d56720dd7..bf18578947c8fd7d1f3c053178639c3e27e7ef38 100644 (file)
@@ -179,9 +179,14 @@ statusbar {
 statusbarpanel {
   -moz-box-align: center;
   -moz-box-pack: center;
+  border-left: 3px solid black;
   padding: 0px 2px;
 }
 
+statusbarpanel:first-child {
+  border-left: none;
+}
+
 statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
   -moz-appearance: none;
   border-top-style: none;
index ab7dc5f13e8d283c1498b529d3a2ea8eac50b38f..21a6843b3a43ddf579973f415dd4f9c5bb464b39 100644 (file)
@@ -413,11 +413,6 @@ toolbar[mode="icons"] #search-button > .button-box > .button-text {
 
 /* ::::: security button ::::: */
 
-#security-button {
-  border-left: 3px solid black;
-  -moz-padding-start: 2px;
-}
-
 #security-button {
   list-style-image: url("chrome://communicator/skin/icons/lock-insecure.gif");
 }