accomodate recent XUL 1.0 changes
[themes.git] / LCARStrek / global / skin / tree.css
index 8512412ae24be57d0ad68506eaf8821e8dfe7aaf..9d4012f29875f74feda4e055105449161e408722 100755 (executable)
@@ -31,7 +31,7 @@ treeitem[dd-dropon="true"] > treerow
 
 treecell { 
   white-space: nowrap;
-  vertical-align: middle;
+  -moz-box-align: center;
   padding: 1px 0px 1px 2px;
 } 
 
@@ -45,7 +45,7 @@ treecell {
 .treecell-inset-header {
   background-color: #9C9CFF; 
   color: black;
-  vertical-align: middle;
+  -moz-box-align: center;
   padding: 0px;
   border: 1px solid #000000;
 } 
@@ -138,7 +138,7 @@ treeitem[selected="true"][container="true"][open="true"] > treerow > treecell >
 
 .sortDirectionIndicator[sortDirection="ascending"] > .treecell-header-box > .tree-header-sortdirection {
   list-style-image: url("chrome://global/skin/sortAscending.gif");
-  margin-right: 3px;
+/*  margin-right: 3px; */
 }
 
 .sortDirectionIndicator[sortDirection="descending"] > .treecell-header-box > .tree-header-sortdirection {