X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fupdate%2Fupdates.css;h=aa6560971acfcab96639afe39a69804d737722d7;hp=0b54e023471960708b8df61f21ed6252bcc1c7a1;hb=25fe52645ef988436b57074ab129945504adf926;hpb=17b8126ad94ff1d98e40d92695da4545045863f5 diff --git a/EarlyBlue/mozapps/update/updates.css b/EarlyBlue/mozapps/update/updates.css index 0b54e023..aa656097 100644 --- a/EarlyBlue/mozapps/update/updates.css +++ b/EarlyBlue/mozapps/update/updates.css @@ -13,6 +13,10 @@ wizardpage { padding: 0; } +.update-header { + padding: 0px 10px; +} + .update-content { padding: 10px; } @@ -30,25 +34,33 @@ wizardpage { } .remoteLoadingThrobber[state="error"] { - list-style-image: url("chrome://global/skin/icons/notfound.png"); + list-style-image: url("chrome://global/skin/icons/information-16.png"); } .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; -} - #licenseContent, #incompatibleListbox { -moz-margin-start: 6px; -moz-margin-end: 6px; } +.inline-link { + color: blue; + text-decoration: none; +} + +.inline-link:hover { + text-decoration: underline; +} + +/* Unsupported Page */ +#unsupportedLabel, #unsupportedLinkLabel { + -moz-margin-start: 0; + -moz-padding-start: 0; +} + /* Update Found Basic Page */ #updateName, #updateFinishedName { font-weight: bold;