From 2184a049844fc605a0cedb214ab06693fad8d55e Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 1 Jun 2010 18:08:45 +0200 Subject: [PATCH] improve status bar panels look --- LCARStrek/communicator/tasksOverlay.css | 5 +++++ LCARStrek/global/global.css | 5 +++++ LCARStrek/navigator/navigator.css | 5 ----- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/LCARStrek/communicator/tasksOverlay.css b/LCARStrek/communicator/tasksOverlay.css index 85630716..4ec0eedd 100644 --- a/LCARStrek/communicator/tasksOverlay.css +++ b/LCARStrek/communicator/tasksOverlay.css @@ -84,4 +84,9 @@ #component-bar { -moz-box-align: stretch; + -moz-padding-start: 0px; +} + +#component-bar + statusbarpanel { + border-left: none; } diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 011dafbe..bf185789 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -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; diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index ab7dc5f1..21a6843b 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -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"); } -- 2.35.3