X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Feditor%2FEditorDialog.css;h=72d267c06cd3a79dfe1a220bccac0a2699bd4475;hb=f24507954fc5a0fc540b913450f45d44f20e97b5;hp=ea6d31f6d83d4af4ce206d5d162944d0ff3d276f;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0;p=themes.git diff --git a/LCARStrek/editor/EditorDialog.css b/LCARStrek/editor/EditorDialog.css index ea6d31f6..72d267c0 100644 --- a/LCARStrek/editor/EditorDialog.css +++ b/LCARStrek/editor/EditorDialog.css @@ -163,6 +163,20 @@ tree.list { min-height: 50px; } +/* 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, label#alignLabel { margin-left: 5px; @@ -307,3 +321,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"); +}