update with classic theme development, keep about:plugins compatible for 1.7 release...
[themes.git] / EarlyBlue / editor / EditorDialog.css
index 3a2ccb7be14a6be1202b11151c6be6b2b7d9bf63..1151d8f7a8a09a390ac44bbb287306602da9095b 100644 (file)
@@ -61,10 +61,6 @@ groupbox {
   min-width: 20em;
 }
 
-.big-left-margin {
-  margin-left: 10px;
-}
-
 .bold {
   font-weight: bold;
 }
@@ -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 {
@@ -321,11 +317,11 @@ tree.AttributesTree {
 
 /* ::::: select edit dialog ::::: */
 
-#SelectTreeChildren:-moz-tree-cell(SelectSelCol, checked-false) {
+#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) {
+#SelectTreeChildren::-moz-tree-cell(SelectSelCol, checked-true) {
   background: url("chrome://global/skin/checkbox/cbox-check.gif") 50% 50% no-repeat;
 }