X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fupdate%2Fupdates.css;h=d76aa56ae36607194c5e49dbb0b9e41fa99a89c4;hp=dce5c4b9e44288858f29ff786bedef292b11c5c7;hb=39819724e7ccf708c0bb3a149b5f02749ea81c60;hpb=569543b3d2d5099d602cc6644b026ee2adf3e00a diff --git a/EarlyBlue/mozapps/update/updates.css b/EarlyBlue/mozapps/update/updates.css index dce5c4b9..d76aa56a 100644 --- a/EarlyBlue/mozapps/update/updates.css +++ b/EarlyBlue/mozapps/update/updates.css @@ -21,29 +21,23 @@ wizardpage { padding: 10px; } -.loadingBox { - padding: 3px 5px; -} - -.remoteLoadingThrobber { - margin-top: 3px; -} - -.remoteLoadingThrobber[state="loading"] { - list-style-image: url("chrome://global/skin/icons/loading.gif"); +.wizard-buttons-separator { + margin-top: 0 !important; } -.remoteLoadingThrobber[state="error"] { - list-style-image: url("chrome://global/skin/icons/notfound.png"); +.inline-link { + color: blue; + text-decoration: none; } -.wizard-buttons-separator { - margin-top: 0 !important; +.inline-link:hover { + text-decoration: underline; } -#licenseContent, #incompatibleListbox { - -moz-margin-start: 6px; - -moz-margin-end: 6px; +/* Unsupported Page */ +#unsupportedLabel, #unsupportedLinkLabel { + margin-inline-start: 0; + padding-inline-start: 0; } /* Update Found Basic Page */ @@ -52,16 +46,6 @@ wizardpage { font-size: larger; } -/* License Page */ -#licenseContent { -/* -moz-appearance: listbox; */ -} - -/* Incompatible List Page */ -#incompatibleListbox { - margin-bottom: 6px; -} - /* Downloading Page */ #downloadStatusLine { -moz-box-align: center; @@ -72,7 +56,7 @@ wizardpage { } #downloadStatusProgress { - -moz-padding-end: 5px; + padding-inline-end: 5px; } #pauseButton { @@ -121,16 +105,16 @@ wizardpage { } #verificationFailedIcon { - -moz-margin-start: 5px; - list-style-image: url("chrome://global/skin/icons/notfound.png"); + margin-inline-start: 5px; + list-style-image: url("chrome://global/skin/icons/information-16.png"); } /* Error Page */ #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; }