X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Feditor%2Feditor.css;h=0bf1f842d0f0b79bfd433b4650a17b625e75079a;hp=aeb66b07a5ae7eb977e83d99d515402de5eed79b;hb=d4dc8501cbf0073d6d4b9ccd1adf18823688d134;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/editor/editor.css b/LCARStrek/editor/editor.css index aeb66b07..0bf1f842 100644 --- a/LCARStrek/editor/editor.css +++ b/LCARStrek/editor/editor.css @@ -16,22 +16,22 @@ .source-editor:focus { margin-top: 0px; margin-bottom: 5px; - -moz-margin-start: 0px; - -moz-margin-end: 5px; + margin-inline-start: 0px; + margin-inline-end: 5px; border: 0px; /* Scroll bars are in content, so we can't use right and bottom padding! */ padding-top: 5px; padding-bottom: 0px; - -moz-padding-start: 5px; - -moz-padding-end: 0px; + padding-inline-start: 5px; + padding-inline-end: 0px; } /* Multiline textarea for HTML source editing */ #content-source, #doctype-text { font-family: -moz-fixed; - font-size: -moz-initial; + font-size: initial; } #appcontent {