start 2.48 cycle
[themes.git] / LCARStrek / editor / EditorDialog.css
index 4ab15976e6155d9dfb3e6dd75c22cf147dc9e08c..4502e1f4f08e6a11087c2a60beeec2437ce3776f 100644 (file)
   min-width: 10em;
 }
 
-.MinWidth15em {
-  min-width: 15em;
-}
-
 .MinWidth20em {
   min-width: 20em;
 }
@@ -70,7 +66,7 @@
   width: 25px;
   height: 20px;
   margin: 0;
-  -moz-margin-end: 3px;
+  margin-inline-end: 3px;
 }
 
 #ColorPickerSwatch[default="true"] {
   border: 1px inset #9C9CFF;
   margin-top: 1px;
   margin-bottom: 2px;
-  -moz-margin-start: 4px;
-  -moz-margin-end: 2px;
+  margin-inline-start: 4px;
+  margin-inline-end: 2px;
 }
 
 #ColorPreview {
   border: 1px inset #9C9CFF;
-  -moz-margin-start:    10px;
-  -moz-padding-start:    5px;
-  -moz-padding-end:   5px;
+  margin-inline-start:    10px;
+  padding-inline-start:    5px;
+  padding-inline-end:   5px;
   min-width:     100px;
   min-height:     50px;
 }
 .colorpicker {
   border: 1px outset #9C9CFF;
   /* This should be the same as for textbox */
-  -moz-margin-start: 4px;
+  margin-inline-start: 4px;
   /* For a little extra space between buttons */
   margin-bottom: 2px;
 }
 
 /* Don't change width/height of these without changing values in 
   GetOriginalWidth(), EdImageProps.js
-*/    
+*/
 #preview-image-box {
   border: 1px inset #9C9CFF;
   width: 82px;
 }
 
 /* styles for an attribute tree-table */
-tree.AttributesTree {
+.AttributesTree {
   min-width: 200px;
   min-height: 200px;
 }