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=e87fb5f48213d80bb40d9dae8b254ad8aa011a92;hp=0000000000000000000000000000000000000000;hb=e10e7addc389ca4e7c2b804cafa0d49525bfc116;hpb=ee6cb01c5c029cb70bea445000414081ae82bcbd diff --git a/LCARStrek/mozapps/update/updates.css b/LCARStrek/mozapps/update/updates.css new file mode 100644 index 00000000..e87fb5f4 --- /dev/null +++ b/LCARStrek/mozapps/update/updates.css @@ -0,0 +1,172 @@ +/** + * General + */ +.wizard-button[dlgtype="finish"] { + font-weight: bold; +} + +link { + color: blue; + border: 1px solid transparent; + margin-top: 1px; + margin-bottom: 4px; + -moz-margin-start: 5px; + -moz-margin-end: 5px; + text-decoration: underline !important; +} + +link > label { + margin: 0px; + padding: 1px; + text-decoration: underline !important; +} + +link:hover:active { + color: red; +} + +link:focus { + border: 1px dotted black; +} + +/** + * License Page + */ +license { + margin-top: 1px; + margin-bottom: 2px; + -moz-margin-start: 6px; + -moz-margin-end: 5px; + -moz-appearance: listbox; + padding-bottom: 1px; +} + +.loadingBox { + padding: 3px 5px 3px 5px; +} +.licenseLoadingThrobber { + margin-top: 3px; +} +.licenseLoadingThrobber[state="loading"] { + list-style-image: url("chrome://global/skin/icons/loading.gif"); +} +.licenseLoadingThrobber[state="error"] { + list-style-image: url("chrome://global/skin/icons/notfound.png"); +} + +/** + * Update Found Page + */ +#moreDetails { + margin: 1px 5px 4px 3px; +} + +wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] { + font-weight: bold; +} + +wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-box { + padding-left: 15px; + padding-right: 15px; +} + +#updateForMoreInfo { + margin-left: 5px; +} + +#updateName, #updateFinishedName { + font-weight: bold; + font-size: larger; +} + +#alertImage { + list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); + margin-right: 5px; +} + +#incompatibleWarning { + background-color : #FFCF00; + color: #000000; + -moz-border-radius: 5px; + border: 1px solid #9C9CFF; + padding: 3px; + margin: 1px 5px 4px 5px; +} + +/** + * Downloading Page + */ +#downloadName { + margin-top: 3px; +} + +#downloadStatus { + margin-top: 6px; + height: 3em !important; +} +#downloadThrobber { + margin: 5px 3px 0px 5px; + list-style-image: url("chrome://global/skin/filepicker/blank.gif"); +} +#downloadThrobber[state="loading"] { + list-style-image: url("chrome://global/skin/icons/loading.gif"); +} +#downloadStatusLine { + -moz-box-align: start; +} + +#verificationFailedIcon { + list-style-image: url("chrome://global/skin/icons/notfound.png"); + margin: 5px 3px 0px 5px; +} + +/** + * Error Page + */ +#errorReason { + margin-top: 1px; + margin-bottom: 2px; + -moz-margin-start: 6px !important; + -moz-margin-end: 5px; + font-weight: bold; +} + +/** + * Update History Window + */ +update { + border-bottom: 1px dotted #FF9F00; +} + +.update-name { + font-weight: bold; +} + +.update-label-column { + -moz-box-align: end; +} + +.update-details-link { + margin: 0px; +} + +.update-type { + font-weight: bold; + color: #FF0000; +} + +#historyItems { + height: 200px; + margin: 1px 5px 4px 5px; +} + +#historyItems > scrollbox { + margin-bottom: 1px; +} + +.updatePrefsInfo { + font-size: smaller; + margin-left: 27px; + margin-bottom: 10px; +} +