X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fskin%2Ftree.css;h=9d4012f29875f74feda4e055105449161e408722;hb=7ff5b526c57f59c657e2a04cc37ce629080e0db6;hp=e38bcc4c97557d2195bb9742e043c9c91feb500c;hpb=c9990331a4456dc80a097ba6a23e9d2578637327;p=themes.git diff --git a/LCARStrek/global/skin/tree.css b/LCARStrek/global/skin/tree.css index e38bcc4c..9d4012f2 100755 --- a/LCARStrek/global/skin/tree.css +++ b/LCARStrek/global/skin/tree.css @@ -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 { @@ -160,30 +160,3 @@ treecol[sortActive="true"] { margin-left : 2px; } - -/* Inline Editable Treecells */ -.textbox-inline-edit - { - border : 1px solid #FFCF00 !important; - margin : 0px !important; - } - -.textbox-inline-edit > .textbox-internal-box > .textbox-input - { - border : 0px !important; - padding : 1px !important; - margin : 0px !important; - } - -.textbox-inline-edit > .textbox-internal-box - { - border : 0px !important; - padding : 0px !important; - margin : 0px !important; - } - -treerow[mode="inline-edit"] - { - background : transparent; - } -