X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;ds=inline;f=LCARStrek%2Feditor%2FEditorDialog.css;h=ec99b9d2401d1069f08a0edf7401be3d55235afb;hb=8caa872d050772c572257f23011c668f70dcaef7;hp=72b5f912eec40b2e2273e89042e5e8ad46428abf;hpb=edb23828c6aa847f6b4617ef96135d08d5abe22c;p=themes.git diff --git a/LCARStrek/editor/EditorDialog.css b/LCARStrek/editor/EditorDialog.css index 72b5f912..ec99b9d2 100644 --- a/LCARStrek/editor/EditorDialog.css +++ b/LCARStrek/editor/EditorDialog.css @@ -152,9 +152,9 @@ tree.list { #ColorPreview { border: 1px inset #9C9CFF; - margin-left: 10px; - padding-left: 5px; - padding-right: 5px; + -moz-margin-start: 10px; + -moz-padding-start: 5px; + -moz-padding-end: 5px; min-width: 100px; min-height: 50px; } @@ -175,7 +175,7 @@ tree.list { #alignTypeSelect, label#alignLabel { - margin-left: 5px; + -moz-margin-start: 5px; } /* ::::: table properties dialog ::::: */ @@ -227,7 +227,7 @@ label#alignLabel { .colorpicker { border: 1px outset #9C9CFF; /* This should be the same as for textbox */ - margin-left: 4px; + -moz-margin-start: 4px; /* For a little extra space between buttons */ margin-bottom: 2px; } @@ -293,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 { @@ -320,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; }