feed detection and some other trunk work
[themes.git] / EarlyBlue / editor / EditorDialog.css
index 321481e0573610e82af387ceae13f5cce9b62a8f..fe43c8478677ddd4f7279e79227b579e4d290dbc 100644 (file)
@@ -61,10 +61,6 @@ groupbox {
   min-width: 20em;
 }
 
-.big-left-margin {
-  margin-left: 10px;
-}
-
 .bold {
   font-weight: bold;
 }
@@ -283,7 +279,7 @@ label#alignLabel {
 
 /* Don't change width/height of these without changing values in 
   GetOriginalWidth(), EdImageProps.js
-*/    
+*/
 #preview-image-box {
   border: 1px inset #CCD0DD;
   width: 82px;
@@ -293,7 +289,7 @@ label#alignLabel {
   max-height: 52px;
   min-height: 52px;
   margin: 6px 5px 6px 5px;
-  overflow: hidden;
+  overflow: -moz-hidden-unscrollable;
 }
 
 #preview-image-holder {
@@ -319,6 +315,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"] {