X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2Ftree.css;h=55144eb02969df904963751c059503453bca84db;hb=f9d85c46811df759b60bf2baf9d461f79e8b0a17;hp=7f2e3373ceb9cfa7632b49518ac9bceeb0667aab;hpb=29c4873ad8b555ba444c412fe7b007a386e25fe5;p=themes.git diff --git a/EarlyBlue/global/skin/tree.css b/EarlyBlue/global/skin/tree.css index 7f2e3373..55144eb0 100755 --- a/EarlyBlue/global/skin/tree.css +++ b/EarlyBlue/global/skin/tree.css @@ -29,7 +29,7 @@ treeitem[dd-dropon="true"] > treerow treecell { white-space: nowrap; - vertical-align: middle; + -moz-box-align: center; padding: 1px 0px 1px 2px; } @@ -44,7 +44,7 @@ treecell { background-color: #CCD0DD; color: black; border: 1px outset #CCD0DD; - vertical-align: middle; + -moz-box-align: center; padding: 0px; } @@ -160,35 +160,3 @@ treecol[sortActive="true"] { margin-left : 2px; } - -/* Inline Editable Treecells */ -.textbox-inline-edit - { - border : 1px solid #666699 !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; - } - - - - - -