X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fupdate%2Fupdates.css;fp=LCARStrek%2Fmozapps%2Fupdate%2Fupdates.css;h=de59c1225a0dc755df5607ae85474cdf764e33af;hp=daf9148270ff83ffe77d1f96808abae8fc602285;hb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf;hpb=781d1b79486cf2b5ee940009b7c15a546108c48f diff --git a/LCARStrek/mozapps/update/updates.css b/LCARStrek/mozapps/update/updates.css index daf91482..de59c122 100644 --- a/LCARStrek/mozapps/update/updates.css +++ b/LCARStrek/mozapps/update/updates.css @@ -49,8 +49,8 @@ wizardpage { } #licenseContent, #incompatibleListbox { - -moz-margin-start: 6px; - -moz-margin-end: 6px; + margin-inline-start: 6px; + margin-inline-end: 6px; } .inline-link { @@ -64,8 +64,8 @@ wizardpage { /* Unsupported Page */ #unsupportedLabel, #unsupportedLinkLabel { - -moz-margin-start: 0; - -moz-padding-start: 0; + margin-inline-start: 0; + padding-inline-start: 0; } /* Update Found Basic Page */ @@ -94,7 +94,7 @@ wizardpage { } #downloadStatusProgress { - -moz-padding-end: 5px; + padding-inline-end: 5px; } #pauseButton { @@ -143,7 +143,7 @@ wizardpage { } #verificationFailedIcon { - -moz-margin-start: 5px; + margin-inline-start: 5px; list-style-image: url("chrome://global/skin/icons/notfound.png"); } @@ -151,8 +151,8 @@ wizardpage { #errorReason { margin-top: 1px; margin-bottom: 2px; - -moz-margin-start: 6px !important; - -moz-margin-end: 5px; + margin-inline-start: 6px !important; + margin-inline-end: 5px; font-weight: bold; }