update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / LCARStrek / global / global.css
index d8c0b1625be047bfa295544a8ad2417e522a6f1a..e3ae60cc52847076cc4e0b21be8af8788481b820 100644 (file)
@@ -154,7 +154,7 @@ statusbar {
 
 .statusbar-center {
   background-color: #8050B0;
-  padding-left: 2px;
+  -moz-padding-start: 2px;
   color: #000000;
   -moz-box-align: stretch;
 }
@@ -163,14 +163,14 @@ statusbar {
   -moz-border-radius: 9px 0px 0px 9px;
   background-color: #6000CF;
   width: 13px;
-  margin-right: 3px;
+  -moz-margin-end: 3px;
 }
 
 .statusbar-right {
   -moz-border-radius: 0px 9px 9px 0px;
   background-color: #6000CF;
   width: 13px;
-  margin-left: 3px;
+  -moz-margin-start: 3px;
 }
 
 statusbarpanel {
@@ -240,8 +240,8 @@ separator.groove:not([orient="vertical"]) {
 
 separator.groove[orient="vertical"] {
   border-left: 2px groove #FF9F00;
-  margin-left: 0.4em;
-  margin-right: 0.4em;
+  -moz-margin-start: 0.4em;
+  -moz-margin-end: 0.4em;
 }
 
 /* groove separators (0 padding, for dividing effects) */
@@ -290,8 +290,8 @@ description {
 }
 
 .indent {
-/*  margin-left: 23px; */
-  margin-left: 15px;
+/*  -moz-margin-start: 23px; */
+  -moz-margin-start: 15px;
 }
 
 .box-padded {