X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fupdate%2Fupdates.css;h=fd83c4db1c8f267086ac1f0de84718bd6aec2fb6;hp=e87fb5f48213d80bb40d9dae8b254ad8aa011a92;hb=1b1f3d099d79ff3f7e081b2702a1076c6cd627c4;hpb=e10e7addc389ca4e7c2b804cafa0d49525bfc116 diff --git a/LCARStrek/mozapps/update/updates.css b/LCARStrek/mozapps/update/updates.css index e87fb5f4..fd83c4db 100644 --- a/LCARStrek/mozapps/update/updates.css +++ b/LCARStrek/mozapps/update/updates.css @@ -1,139 +1,124 @@ -/** - * General - */ -.wizard-button[dlgtype="finish"] { - font-weight: bold; +/* General */ +/* Specify the size for the wizardpage so the billboard has a fixed size. 3rd + party themes should typically specify the same values. */ +wizardpage { + height: 360px; + width: 700px; } -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; +/* Remove margin and padding so the billboard will extend to the edge of the + window. 3rd party themes should typically specify the same values. */ +#updates, .wizard-page-box { + margin: 0; + padding: 0; } -link > label { - margin: 0px; - padding: 1px; - text-decoration: underline !important; +.update-header { + padding: 0px 10px; } -link:hover:active { - color: red; +.update-content { + padding: 10px; } -link:focus { - border: 1px dotted black; +.wizard-buttons-separator { + margin-top: 0 !important; } -/** - * License Page - */ -license { - margin-top: 1px; - margin-bottom: 2px; - -moz-margin-start: 6px; - -moz-margin-end: 5px; - -moz-appearance: listbox; - padding-bottom: 1px; +.inline-link { + color: #3333FF; + text-decoration: none; } -.loadingBox { - padding: 3px 5px 3px 5px; +.inline-link:hover { + text-decoration: underline; } -.licenseLoadingThrobber { - margin-top: 3px; -} -.licenseLoadingThrobber[state="loading"] { - list-style-image: url("chrome://global/skin/icons/loading.gif"); + +/* Unsupported Page */ +#unsupportedLabel, #unsupportedLinkLabel { + margin-inline-start: 0; + padding-inline-start: 0; } -.licenseLoadingThrobber[state="error"] { - list-style-image: url("chrome://global/skin/icons/notfound.png"); + +/* Update Found Basic Page */ +#updateName, #updateFinishedName { + font-weight: bold; + font-size: larger; } -/** - * Update Found Page - */ -#moreDetails { - margin: 1px 5px 4px 3px; +/* Downloading Page */ +#downloadStatusLine { + -moz-box-align: center; } -wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] { - font-weight: bold; +#downloadStatus { + height: 3em !important; } -wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-box { - padding-left: 15px; - padding-right: 15px; +#downloadStatusProgress { + padding-inline-end: 5px; } -#updateForMoreInfo { - margin-left: 5px; +#pauseButton { + list-style-image: url("chrome://mozapps/skin/downloads/downloadButtons.png"); + -moz-image-region: rect(0px, 48px, 16px, 32px); + -moz-appearance: none; + background-color: transparent; + border: none; + min-width: 0; + min-height: 0; + margin: 0; + padding: 0; } -#updateName, #updateFinishedName { - font-weight: bold; - font-size: larger; +/* !Important must be used otherwise this won't immediately take affect */ +#pauseButton > .button-box { + padding: 0 !important; } -#alertImage { - list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); - margin-right: 5px; +#pauseButton:hover { + -moz-image-region: rect(16px, 48px, 32px, 32px); } -#incompatibleWarning { - background-color : #FFCF00; - color: #000000; - -moz-border-radius: 5px; - border: 1px solid #9C9CFF; - padding: 3px; - margin: 1px 5px 4px 5px; +#pauseButton:active { + -moz-image-region: rect(32px, 48px, 48px, 32px); } -/** - * Downloading Page - */ -#downloadName { - margin-top: 3px; +#pauseButton[disabled="true"] { + -moz-image-region: rect(48px, 48px, 64px, 32px); } -#downloadStatus { - margin-top: 6px; - height: 3em !important; +#pauseButton[paused="true"] { + -moz-image-region: rect(0px, 16px, 16px, 0px); } -#downloadThrobber { - margin: 5px 3px 0px 5px; - list-style-image: url("chrome://global/skin/filepicker/blank.gif"); + +#pauseButton[paused="true"]:hover { + -moz-image-region: rect(16px, 16px, 32px, 0px); } -#downloadThrobber[state="loading"] { - list-style-image: url("chrome://global/skin/icons/loading.gif"); + +#pauseButton[paused="true"]:active { + -moz-image-region: rect(32px, 16px, 48px, 0px); } -#downloadStatusLine { - -moz-box-align: start; + +#pauseButton[paused="true"][disabled="true"] { + -moz-image-region: rect(48px, 16px, 64px, 0px); } #verificationFailedIcon { - list-style-image: url("chrome://global/skin/icons/notfound.png"); - margin: 5px 3px 0px 5px; + margin-inline-start: 5px; + list-style-image: url("chrome://global/skin/icons/info.svg"); } -/** - * Error Page - */ +/* 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; } -/** - * Update History Window - */ +/* Update History Window */ update { border-bottom: 1px dotted #FF9F00; } @@ -146,10 +131,6 @@ update { -moz-box-align: end; } -.update-details-link { - margin: 0px; -} - .update-type { font-weight: bold; color: #FF0000; @@ -157,16 +138,9 @@ update { #historyItems { height: 200px; - margin: 1px 5px 4px 5px; + margin: 1px 5px 4px; } #historyItems > scrollbox { margin-bottom: 1px; } - -.updatePrefsInfo { - font-size: smaller; - margin-left: 27px; - margin-bottom: 10px; -} -