X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fupdate%2Fupdates.css;h=37a6d7fa6c211ce738d2be5dc55e33d411287ee7;hb=708381dda4ddae3127c953bfcc3ca36ccaa014ed;hp=94ae5c3378af750763723e9137cc9b25ccb86c28;hpb=f128e38f4b564fd22f46f810e104934d864d7caf;p=themes.git diff --git a/EarlyBlue/mozapps/update/updates.css b/EarlyBlue/mozapps/update/updates.css index 94ae5c33..37a6d7fa 100644 --- a/EarlyBlue/mozapps/update/updates.css +++ b/EarlyBlue/mozapps/update/updates.css @@ -42,8 +42,23 @@ wizardpage { } #licenseContent, #incompatibleListbox { - -moz-margin-start: 6px; - -moz-margin-end: 6px; + margin-inline-start: 6px; + margin-inline-end: 6px; +} + +.inline-link { + color: blue; + text-decoration: none; +} + +.inline-link:hover { + text-decoration: underline; +} + +/* Unsupported Page */ +#unsupportedLabel, #unsupportedLinkLabel { + margin-inline-start: 0; + padding-inline-start: 0; } /* Update Found Basic Page */ @@ -72,7 +87,7 @@ wizardpage { } #downloadStatusProgress { - -moz-padding-end: 5px; + padding-inline-end: 5px; } #pauseButton { @@ -121,7 +136,7 @@ wizardpage { } #verificationFailedIcon { - -moz-margin-start: 5px; + margin-inline-start: 5px; list-style-image: url("chrome://global/skin/icons/notfound.png"); } @@ -129,8 +144,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; }