update with classic theme development, keep about:plugins compatible for 1.7 release...
[themes.git] / LCARStrek / editor / EditorDialog.css
index 4e2a4f8e5d7ed4eea01b1d69685575bf240e334f..62514168a70bf457442417b46b0bb80f6b677234 100644 (file)
@@ -66,10 +66,6 @@ groupbox {
   min-width: 20em;
 }
 
-.big-left-margin {
-  margin-left:    10px;
-}
-
 .bold {
   font-weight: bold;
 }
@@ -297,7 +293,7 @@ label#alignLabel {
   max-height: 52px;
   min-height: 52px;
   margin: 6px 5px 6px 5px;
-  overflow: hidden;
+  overflow: -moz-hidden-unscrollable;
 }
 
 #preview-image-holder {
@@ -322,6 +318,16 @@ tree.AttributesTree {
   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"] {