X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftree.css;h=bab24ed30a4ce94e2ce734c8e4ffb255dccef395;hp=02bd12880a7a5d3bea0a4ab3a654fd561f85d880;hb=6daee01334d189ab1232c857042af9083b25cab7;hpb=16563d4e8bcc42be6dbb524d932ef349c1ba5f1c diff --git a/EarlyBlue/global/tree.css b/EarlyBlue/global/tree.css index 02bd1288..bab24ed3 100644 --- a/EarlyBlue/global/tree.css +++ b/EarlyBlue/global/tree.css @@ -205,7 +205,7 @@ treechildren::-moz-tree-drop-feedback { background-color: #336699; width: 50px; height: 2px; - margin-left: 5px; + -moz-margin-start: 5px; } treechildren::-moz-tree-drop-feedback(selected) { @@ -277,7 +277,10 @@ treecol[hideheader="true"] { treecol:hover:active { border: 1px solid #666699; - padding: 2px 3px 0px 5px; + padding-top: 2px; + padding-bottom: 0px; + -moz-padding-start: 5px; + -moz-padding-end: 3px; } treecolpicker:hover:active { @@ -285,7 +288,10 @@ treecolpicker:hover:active { } .treecol-image:hover:active { - padding: 2px 0px 0px 2px; + padding-top: 2px; + padding-bottom: 0px; + -moz-padding-start: 2px; + -moz-padding-end: 0px; } /* ::::: column drag and drop styles ::::: */ @@ -336,7 +342,7 @@ treecol:not([hideheader="true"]) > .treecol-sortdirection[sortDirection="descend /* ::::: twisty ::::: */ treechildren::-moz-tree-twisty { - padding-right: 2px; + -moz-padding-end: 2px; padding-top: 1px; width: 11px; /* The image's width is 11 pixels */ list-style-image: url("chrome://global/skin/tree/twisty-closed.gif"); @@ -365,7 +371,7 @@ treechildren.gridlines::-moz-tree-row { /* ::::: Name (what is that?) ::::: */ treechildren::-moz-tree-image(Name) { - padding-right: 2px; + -moz-padding-end: 2px; } treechildren::-moz-tree-image(Name) { @@ -424,6 +430,7 @@ treechildren::-moz-tree-cell-text(selected, editing) { .tree-input { border: 1px solid #336699; - margin: 0 0 0 -4px; + margin: 0; + -moz-margin-start: -4px; padding: 1px; }