X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Feditor%2FEditorDialog.css;h=4502e1f4f08e6a11087c2a60beeec2437ce3776f;hp=4ab15976e6155d9dfb3e6dd75c22cf147dc9e08c;hb=1b1f3d099d79ff3f7e081b2702a1076c6cd627c4;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/editor/EditorDialog.css b/LCARStrek/editor/EditorDialog.css index 4ab15976..4502e1f4 100644 --- a/LCARStrek/editor/EditorDialog.css +++ b/LCARStrek/editor/EditorDialog.css @@ -12,10 +12,6 @@ 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"] { @@ -84,15 +80,15 @@ 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; } @@ -142,7 +138,7 @@ .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; } @@ -213,7 +209,7 @@ /* Don't change width/height of these without changing values in GetOriginalWidth(), EdImageProps.js -*/ +*/ #preview-image-box { border: 1px inset #9C9CFF; width: 82px; @@ -243,7 +239,7 @@ } /* styles for an attribute tree-table */ -tree.AttributesTree { +.AttributesTree { min-width: 200px; min-height: 200px; }