keeping up with classic and new feature work
[themes.git] / LCARStrek / editor / EditorDialog.css
index ea6d31f6d83d4af4ce206d5d162944d0ff3d276f..4e2a4f8e5d7ed4eea01b1d69685575bf240e334f 100644 (file)
@@ -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");
+}