X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Feditor%2FEditorDialog.css;h=cbe323862d27e644a6bbb2bc5ecaeaeb2b36b229;hp=8f8dcffb7a30db3e52f608f35b945239b0db6845;hb=d4dc8501cbf0073d6d4b9ccd1adf18823688d134;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/EarlyBlue/editor/EditorDialog.css b/EarlyBlue/editor/EditorDialog.css index 8f8dcffb..cbe32386 100644 --- a/EarlyBlue/editor/EditorDialog.css +++ b/EarlyBlue/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 #CCD0DD; 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 #CCD0DD; - -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 #CCD0DD; /* 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; } @@ -245,7 +241,7 @@ } /* styles for an attribute tree-table */ -tree.AttributesTree { +.AttributesTree { min-width: 200px; min-height: 200px; }