X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2FEditorDialog.css;h=9b8dfda33676c9c2d06a245ea12551cd42d933c1;hp=960f78f887b5082689946247bcdf48c9f976a274;hb=aeb317b8eed72eafc696d78ac0221f428d023664;hpb=1232bf8ee7be1454f55e0c111f364f18e5e871eb diff --git a/EarlyBlue/editor/EditorDialog.css b/EarlyBlue/editor/EditorDialog.css index 960f78f8..9b8dfda3 100644 --- a/EarlyBlue/editor/EditorDialog.css +++ b/EarlyBlue/editor/EditorDialog.css @@ -100,8 +100,8 @@ groupbox { } .color-well[default="true"] { - border: 1px solid transparent; - background-color: inherit; + border: 1px solid transparent !important; + background-color: inherit !important; } .color-button { @@ -122,7 +122,8 @@ groupbox { border: 2px outset #CCD0DD; width: 25px; height: 20px; - margin: 0px 3px 0px 0px; + margin: 0; + -moz-margin-end: 3px; } #ColorPickerSwatch[default="true"] { @@ -134,29 +135,32 @@ groupbox { width: 17px; height: 13px; border: 1px inset #CCD0DD; - margin: 1px 2px 2px 4px; + margin-top: 1px; + margin-bottom: 2px; + -moz-margin-start: 4px; + -moz-margin-end: 2px; } /* temporary -- we need a simple box-based list defined in XBL */ tree.list { border: 1px inset #CCD0DD; /* same as in menulist.css */ - margin: 1px 5px 2px 5px; + margin: 1px 5px 2px; /* use rows="#" in XUL to define height */ } #ColorPreview { border: 1px inset #CCD0DD; - 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; } #alignTypeSelect, label#alignLabel { - margin-left: 5px; + -moz-margin-start: 5px; } /* ::::: table properties dialog ::::: */ @@ -208,7 +212,7 @@ label#alignLabel { .colorpicker { border: 1px outset #CCD0DD; /* 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; } @@ -279,7 +283,7 @@ label#alignLabel { /* Don't change width/height of these without changing values in GetOriginalWidth(), EdImageProps.js -*/ +*/ #preview-image-box { border: 1px inset #CCD0DD; width: 82px; @@ -288,8 +292,8 @@ label#alignLabel { height: 52px; max-height: 52px; min-height: 52px; - margin: 6px 5px 6px 5px; - overflow: hidden; + margin: 6px 5px; + overflow: -moz-hidden-unscrollable; } #preview-image-holder { @@ -317,11 +321,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; }