latest updates from Classic, development, working towards the 1.5 version of the...
[themes.git] / LCARStrek / editor / EditorDialog.css
index ea6d31f6d83d4af4ce206d5d162944d0ff3d276f..62514168a70bf457442417b46b0bb80f6b677234 100644 (file)
@@ -66,10 +66,6 @@ groupbox {
   min-width: 20em;
 }
 
   min-width: 20em;
 }
 
-.big-left-margin {
-  margin-left:    10px;
-}
-
 .bold {
   font-weight: bold;
 }
 .bold {
   font-weight: bold;
 }
@@ -163,6 +159,20 @@ tree.list {
   min-height:     50px;
 }
 
   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;
 #alignTypeSelect,
 label#alignLabel {
   margin-left: 5px;
@@ -283,7 +293,7 @@ label#alignLabel {
   max-height: 52px;
   min-height: 52px;
   margin: 6px 5px 6px 5px;
   max-height: 52px;
   min-height: 52px;
   margin: 6px 5px 6px 5px;
-  overflow: hidden;
+  overflow: -moz-hidden-unscrollable;
 }
 
 #preview-image-holder {
 }
 
 #preview-image-holder {
@@ -307,3 +317,27 @@ tree.AttributesTree {
   min-width: 200px;
   min-height: 200px;
 }
   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");
+}