update both themes for suite classic changes between 2009-05-01 and 2009-06-05
[themes.git] / LCARStrek / messenger / subscribe.css
index e55ed462053a04885ca937355e94a90087b7191f..27d499b4cc8d74b3bf5e10a3e00b9e8c7bac9e8a 100644 (file)
@@ -46,7 +46,7 @@
 /* ::::: margin adjustments :::::: */
 
 #subscribetree {
-  margin: 0px 0px 0px 0px !important;
+  margin: 0 !important;
 }
 
 /* ::::: subscribed icons  :::::: */
@@ -73,13 +73,13 @@ treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) {
 /* ::::: folder icons :::::: */
 
 treechildren::-moz-tree-image(nameColumn) {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-closed.gif");
 }
 
 treechildren::-moz-tree-image(nameColumn, ServerType-nntp),
 treechildren::-moz-tree-image(nameColumn2, nntp) {
-  margin-right: 2px;
+  -moz-margin-end: 2px;
   list-style-image: url("chrome://messenger/skin/icons/folder-newsgroup.gif");
 }
 
@@ -106,7 +106,7 @@ treechildren::-moz-tree-image(nameColumn2, nntp) {
 #statusContainerBox {
   -moz-border-radius: 9px;
   margin-top: 3px;
-  padding-right: 9px;
+  -moz-padding-end: 9px;
   background-color: #8050B0;
   color: #000000;
 }