X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2FEditorDialog.css;h=960f78f887b5082689946247bcdf48c9f976a274;hp=e4c2bab1c3c9d70015583e16484c7d12f57e2069;hb=c34d3367e14c46d5d38d312ed9ffd2dac6d90475;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/editor/EditorDialog.css b/EarlyBlue/editor/EditorDialog.css index e4c2bab1..960f78f8 100644 --- a/EarlyBlue/editor/EditorDialog.css +++ b/EarlyBlue/editor/EditorDialog.css @@ -61,10 +61,6 @@ groupbox { min-width: 20em; } -.big-left-margin { - margin-left: 10px; -} - .bold { font-weight: bold; } @@ -243,6 +239,20 @@ label#alignLabel { min-height: 10px; } +/* These two should be the width of the checkbox and radio button images + margin + padding + Used to indent below those to the level of the text label next to image +*/ + +.checkbox-spacer { + width: 16px; + min-width: 16px; +} + +.radio-spacer { + width: 16px; + min-width: 16px; +} + #alignTypeSelect { height: 34px; } @@ -304,3 +314,27 @@ tree.AttributesTree { min-width: 200px; min-height: 200px; } + +/* ::::: select edit dialog ::::: */ + +#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) { + background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat; +} + +/* ::::: Publishing Progress ::::: */ + +.progressitem[progress="busy"] { + list-style-image: url("chrome://editor/skin/icons/progress-busy.gif"); +} + +.progressitem[progress="done"] { + list-style-image: url("chrome://editor/skin/icons/progress-done.gif"); +} + +.progressitem[progress="failed"] { + list-style-image: url("chrome://editor/skin/icons/progress-failed.gif"); +}