update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / EarlyBlue / chatzilla / chatzilla.css
index ddf0be993051c7735bae83a8ae67c2832e1c5a0f..56d713c45311299c58d90134d61ff614b0eb5923 100644 (file)
@@ -45,7 +45,7 @@ window {
 
 #outer-box {
 /*  margin: 5px; */
-  margin-left: 2px;
+  -moz-margin-start: 2px;
   margin-bottom: 2px;
 }
 
@@ -92,13 +92,13 @@ window {
  * keys */
 .view-button[viewKey="4"],
 .view-button[viewKey="8"] {
-  margin-left: 5px;
+  -moz-margin-start: 5px;
 }
 
 .header-box, .usercount-data {
   padding-top: 2px;
   padding-bottom: 2px;
-  padding-right: 10px;
+  -moz-padding-end: 10px;
 }
 
 #user-list {
@@ -112,12 +112,12 @@ window {
 .header-label {
   font-weight: bold;
   text-align: right;
-  margin-left: 10px;
+  -moz-margin-start: 10px;
 }
 
 .header-data {
   text-align: left;
-  margin-left: 5px;
+  -moz-margin-start: 5px;
 }
 
 #channel-topic {
@@ -148,7 +148,7 @@ treechildren::-moz-tree-cell-text {
 /* no mode */
 treechildren::-moz-tree-image {
   list-style-image: url(chrome://chatzilla/skin/images/no-symbol.gif);
-  margin-right: 3px;
+  -moz-margin-end: 3px;
 }
 
 #user-list[mode="graphic"] treechildren::-moz-tree-image {