update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / EarlyBlue / editor / EditorDialog.css
index 7f38cd6cd369a061096e95160bd9139cc6abc115..9b753d0e48c647a8efd6af2dad391e5a9e5f4ec4 100644 (file)
@@ -100,8 +100,8 @@ groupbox {
 }
 
 .color-well[default="true"] {
-  border: 1px solid transparent;
-  background-color: inherit;
+  border: 1px solid transparent !important;
+  background-color: inherit !important;
 }
 
 .color-button {
@@ -147,16 +147,16 @@ tree.list {
 
 #ColorPreview {
   border: 1px inset #CCD0DD;
-  margin-left: 10px;
-  padding-left: 5px;
-  padding-right: 5px;
+  -moz-margin-start: 10px;
+  -moz-padding-start: 5px;
+  -moz-padding-end: 5px;
   min-width: 100px;
   min-height: 50px;
 }
 
 #alignTypeSelect,
 label#alignLabel {
-  margin-left: 5px;
+  -moz-margin-start: 5px;
 }
 
 /* ::::: table properties dialog ::::: */
@@ -208,7 +208,7 @@ label#alignLabel {
 .colorpicker {
   border: 1px outset #CCD0DD;
   /* This should be the same as for textbox */
-  margin-left: 4px;
+  -moz-margin-start: 4px;
   /* For a little extra space between buttons */
   margin-bottom: 2px;
 }
@@ -279,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;
@@ -289,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 {