X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Feditor%2FEditorDialog.css;h=62514168a70bf457442417b46b0bb80f6b677234;hp=72d267c06cd3a79dfe1a220bccac0a2699bd4475;hb=136d0f4352b32066ee0cb62122a29bb94130b0e0;hpb=7aa6555801cc190778098a3847e8fc55e5468771 diff --git a/LCARStrek/editor/EditorDialog.css b/LCARStrek/editor/EditorDialog.css index 72d267c0..62514168 100644 --- a/LCARStrek/editor/EditorDialog.css +++ b/LCARStrek/editor/EditorDialog.css @@ -66,10 +66,6 @@ groupbox { min-width: 20em; } -.big-left-margin { - margin-left: 10px; -} - .bold { font-weight: bold; } @@ -297,7 +293,7 @@ label#alignLabel { max-height: 52px; min-height: 52px; margin: 6px 5px 6px 5px; - overflow: hidden; + overflow: -moz-hidden-unscrollable; } #preview-image-holder { @@ -324,11 +320,11 @@ tree.AttributesTree { /* ::::: select edit dialog ::::: */ -#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-false) { +#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-false) { background: url("chrome://global/skin/checkbox/cbox.gif") 50% 50% no-repeat; } -#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-true) { +#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) { background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat; }