X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fdialog.css;h=98612ebc3a311e8c7a6189f068e092c176685fe0;hp=2d0c5d1bb0fc9888eb805bcde099af1b5261cb4c;hb=c79d2bbe6e21fbe322c5481d0757831306d1eeaf;hpb=35eb061608e58d763f25903d14db5b58b491bf58 diff --git a/LCARStrek/global/dialog.css b/LCARStrek/global/dialog.css index 2d0c5d1b..98612ebc 100644 --- a/LCARStrek/global/dialog.css +++ b/LCARStrek/global/dialog.css @@ -46,7 +46,10 @@ /* ::::: dialog ::::: */ dialog { - padding: 8px 10px 10px 8px; + padding-top: 8px; + padding-bottom: 10px; + -moz-padding-start: 8px; + -moz-padding-end: 10px; } /* ::::: dialog buttons ::::: */ @@ -91,5 +94,5 @@ dialogheader { } .header-large > .dialogheader-description { - margin-left: 12px !important; + -moz-margin-start: 12px !important; }