more adaptations to new statusbarpanel look
authorRobert Kaiser <kairo@kairo.at>
Wed, 2 Jun 2010 12:49:27 +0000 (14:49 +0200)
committerRobert Kaiser <kairo@kairo.at>
Wed, 2 Jun 2010 12:49:27 +0000 (14:49 +0200)
LCARStrek/global/global.css
LCARStrek/global/progressmeter.css

index bf18578947c8fd7d1f3c053178639c3e27e7ef38..866d0c6647c1ecb2e24325f4190c2d33b3339457 100644 (file)
@@ -203,11 +203,11 @@ statusbarpanel:not(.statusbar-resizerpanel):-moz-lwtheme {
 .statusbarpanel-iconic,
 .statusbarpanel-iconic-text,
 .statusbarpanel-menu-iconic {
-  padding: 0px 2px;
 }
 
 .statusbarpanel-progress {
   -moz-box-orient: vertical;
+  padding: 0px;
 }
 
 .toolbar-focustarget {
index 18802ffdee364fae769ddd5d88fd680c40bd90bf..397a06957bf05c566fe1fd1d64641d54dc986a5b 100644 (file)
@@ -69,12 +69,9 @@ progressmeter[mode="undetermined"] {
 /* ::::: statusbar progressmeter ::::: */
 
 .progressmeter-statusbar {
-  margin: 0px 2px;
+  margin: 0px;
   min-width: 96px;
   -moz-box-flex: 1;
   background-color: #794900;
-  border-left: 3px solid #000000;
-  border-right: 3px solid #000000;
-  border-top: none;
-  border-bottom: none;
+  border: none;
 }