X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fupdate%2Fupdates.css;h=fd83c4db1c8f267086ac1f0de84718bd6aec2fb6;hp=61697ba916253f08af6c104b5cfa996dd41065ae;hb=1b1f3d099d79ff3f7e081b2702a1076c6cd627c4;hpb=17b8126ad94ff1d98e40d92695da4545045863f5 diff --git a/LCARStrek/mozapps/update/updates.css b/LCARStrek/mozapps/update/updates.css index 61697ba9..fd83c4db 100644 --- a/LCARStrek/mozapps/update/updates.css +++ b/LCARStrek/mozapps/update/updates.css @@ -13,40 +13,31 @@ wizardpage { padding: 0; } -.update-content { - padding: 10px; +.update-header { + padding: 0px 10px; } -.loadingBox { - padding: 3px 5px; -} - -.remoteLoadingThrobber { - margin-top: 3px; -} - -.remoteLoadingThrobber[state="loading"] { - list-style-image: url("chrome://global/skin/icons/loading.gif"); -} - -.remoteLoadingThrobber[state="error"] { - list-style-image: url("chrome://global/skin/icons/notfound.png"); +.update-content { + padding: 10px; } .wizard-buttons-separator { margin-top: 0 !important; } -#updates[currentpageid="updatesfoundbasic"] .wizard-button[dlgtype="next"], -#updates[currentpageid="updatesfoundbillboard"] .wizard-button[dlgtype="next"], -#updates[currentpageid="finished"] .wizard-button[dlgtype="finish"], -#updates[currentpageid="finishedBackground"] .wizard-button[dlgtype="finish"] { - font-weight: bold; +.inline-link { + color: #3333FF; + text-decoration: none; +} + +.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 */ @@ -55,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; @@ -75,7 +56,7 @@ wizardpage { } #downloadStatusProgress { - -moz-padding-end: 5px; + padding-inline-end: 5px; } #pauseButton { @@ -124,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/info.svg"); } /* 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; }