X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fupdate%2Fupdates.css;h=aa6560971acfcab96639afe39a69804d737722d7;hp=08d0fa90587d5993a02b50548f4556807ad13779;hb=2c225fcbeaa337cfcdc3d469ab3a9b416f5d8fae;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75 diff --git a/EarlyBlue/mozapps/update/updates.css b/EarlyBlue/mozapps/update/updates.css index 08d0fa90..aa656097 100644 --- a/EarlyBlue/mozapps/update/updates.css +++ b/EarlyBlue/mozapps/update/updates.css @@ -1,100 +1,84 @@ -/** - * General - */ -.heed { - font-weight: bold; -} - -.wizard-button > .button-box { - -moz-padding-start: 15px !important; - -moz-padding-end: 15px !important; +/* 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; -} - -link > label { - margin: 0px; - padding: 1px; - 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:hover:active { - color: red; +.update-header { + padding: 0px 10px; } -link:focus { - border: 1px dotted black; +.update-content { + padding: 10px; } -remotecontent { - margin-top: 1px; - margin-bottom: 2px; - -moz-margin-start: 6px; - -moz-margin-end: 5px; - -moz-appearance: listbox; - padding-bottom: 1px; -} - -/** - * License Page - */ .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"); + list-style-image: url("chrome://global/skin/icons/information-16.png"); } -/** - * Update Found Page - */ -#moreDetails { - margin-top: 1px; - margin-bottom: 4px; - -moz-margin-start: 3px; - -moz-margin-end: 5px; +.wizard-buttons-separator { + margin-top: 0 !important; } -#updateForMoreInfo { - -moz-margin-start: 5px; +#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; font-size: larger; } -#alertImage { - list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); - -moz-margin-end: 5px; +/* License Page */ +#licenseContent { +/* -moz-appearance: listbox; */ } -#incompatibleWarning { - background-color : #FFFFCC; - color: #000000; - border: 1px outset #CCD0DD; - padding: 3px; - margin: 1px 5px 4px; +/* Incompatible List Page */ +#incompatibleListbox { + margin-bottom: 6px; } -/** - * Downloading Page - */ -#downloadStatusTop, #downloadStatusLine { +/* Downloading Page */ +#downloadStatusLine { -moz-box-align: center; } @@ -102,29 +86,20 @@ remotecontent { height: 3em !important; } -#downloadThrobber { - -moz-margin-start: 5px; - list-style-image: url("chrome://global/skin/filepicker/blank.gif"); -} - -#downloadThrobber[state="loading"] { - list-style-image: url("chrome://global/skin/icons/loading.gif"); -} - #downloadStatusProgress { -moz-padding-end: 5px; } #pauseButton { - -moz-appearance: none; 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; - padding: 0; - margin: 0; min-width: 0; min-height: 0; + margin: 0; + padding: 0; } /* !Important must be used otherwise this won't immediately take affect */ @@ -165,9 +140,7 @@ remotecontent { list-style-image: url("chrome://global/skin/icons/notfound.png"); } -/** - * Error Page - */ +/* Error Page */ #errorReason { margin-top: 1px; margin-bottom: 2px; @@ -176,9 +149,7 @@ remotecontent { font-weight: bold; } -/** - * Update History Window - */ +/* Update History Window */ update { border-bottom: 1px dotted #666699; } @@ -191,10 +162,6 @@ update { -moz-box-align: end; } -.update-details-link { - margin: 0px; -} - .update-type { font-weight: bold; color: #990000; @@ -208,9 +175,3 @@ update { #historyItems > scrollbox { margin-bottom: 1px; } - -.updatePrefsInfo { - font-size: smaller; - -moz-margin-start: 27px; - margin-bottom: 10px; -}