X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Feditor%2FEditorDialog.css;h=4e2a4f8e5d7ed4eea01b1d69685575bf240e334f;hp=ea6d31f6d83d4af4ce206d5d162944d0ff3d276f;hb=d07092f55332a0d266283fbfff8cf31e0d7f0997;hpb=7c110a07b23b8d007357734166ed48fd3092a4d2 diff --git a/LCARStrek/editor/EditorDialog.css b/LCARStrek/editor/EditorDialog.css index ea6d31f6..4e2a4f8e 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,17 @@ tree.AttributesTree { min-width: 200px; min-height: 200px; } + +/* ::::: 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"); +}