X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fupdate%2Fupdates.css;h=4ce1e45286884528e111ef014fc97faa0ba98761;hp=e87fb5f48213d80bb40d9dae8b254ad8aa011a92;hb=18f5421a753324176299d1a66883253f6658d863;hpb=e10e7addc389ca4e7c2b804cafa0d49525bfc116 diff --git a/LCARStrek/mozapps/update/updates.css b/LCARStrek/mozapps/update/updates.css index e87fb5f4..4ce1e452 100644 --- a/LCARStrek/mozapps/update/updates.css +++ b/LCARStrek/mozapps/update/updates.css @@ -1,10 +1,15 @@ /** * General */ -.wizard-button[dlgtype="finish"] { +.heed { font-weight: bold; } +.wizard-button > .button-box { + -moz-padding-start: 15px !important; + -moz-padding-end: 15px !important; +} + link { color: blue; border: 1px solid transparent; @@ -21,18 +26,11 @@ link > label { text-decoration: underline !important; } -link:hover:active { - color: red; -} - link:focus { - border: 1px dotted black; + border: 1px dotted #000000; } -/** - * License Page - */ -license { +remotecontent { margin-top: 1px; margin-bottom: 2px; -moz-margin-start: 6px; @@ -41,16 +39,19 @@ license { padding-bottom: 1px; } +/** + * License Page + */ .loadingBox { - padding: 3px 5px 3px 5px; + padding: 3px 5px; } -.licenseLoadingThrobber { +.remoteLoadingThrobber { margin-top: 3px; } -.licenseLoadingThrobber[state="loading"] { +.remoteLoadingThrobber[state="loading"] { list-style-image: url("chrome://global/skin/icons/loading.gif"); } -.licenseLoadingThrobber[state="error"] { +.remoteLoadingThrobber[state="error"] { list-style-image: url("chrome://global/skin/icons/notfound.png"); } @@ -58,20 +59,14 @@ license { * 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; + margin-top: 1px; + margin-bottom: 4px; + -moz-margin-start: 3px; + -moz-margin-end: 5px; } #updateForMoreInfo { - margin-left: 5px; + -moz-margin-start: 5px; } #updateName, #updateFinishedName { @@ -81,7 +76,7 @@ wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-bo #alertImage { list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); - margin-right: 5px; + -moz-margin-end: 5px; } #incompatibleWarning { @@ -90,34 +85,81 @@ wizard[currentpageid="updatesfound"] .wizard-button[dlgtype="next"] > .button-bo -moz-border-radius: 5px; border: 1px solid #9C9CFF; padding: 3px; - margin: 1px 5px 4px 5px; + margin: 1px 5px 4px; } /** * Downloading Page */ -#downloadName { - margin-top: 3px; +#downloadStatusTop, #downloadStatusLine { + -moz-box-align: center; } #downloadStatus { - margin-top: 6px; height: 3em !important; } + #downloadThrobber { - margin: 5px 3px 0px 5px; + -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"); } -#downloadStatusLine { - -moz-box-align: start; + +#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); + background-color: transparent; + border: none; + padding: 0; + margin: 0; + min-width: 0; + min-height: 0; +} + +/* !Important must be used otherwise this won't immediately take affect */ +#pauseButton > .button-box { + padding: 0 !important; +} + +#pauseButton:hover { + -moz-image-region: rect(16px, 48px, 32px, 32px); +} + +#pauseButton:active { + -moz-image-region: rect(32px, 48px, 48px, 32px); +} + +#pauseButton[disabled="true"] { + -moz-image-region: rect(48px, 48px, 64px, 32px); +} + +#pauseButton[paused="true"] { + -moz-image-region: rect(0px, 16px, 16px, 0px); +} + +#pauseButton[paused="true"]:hover { + -moz-image-region: rect(16px, 16px, 32px, 0px); +} + +#pauseButton[paused="true"]:active { + -moz-image-region: rect(32px, 16px, 48px, 0px); +} + +#pauseButton[paused="true"][disabled="true"] { + -moz-image-region: rect(48px, 16px, 64px, 0px); } #verificationFailedIcon { + -moz-margin-start: 5px; list-style-image: url("chrome://global/skin/icons/notfound.png"); - margin: 5px 3px 0px 5px; } /** @@ -157,7 +199,7 @@ update { #historyItems { height: 200px; - margin: 1px 5px 4px 5px; + margin: 1px 5px 4px; } #historyItems > scrollbox { @@ -166,7 +208,6 @@ update { .updatePrefsInfo { font-size: smaller; - margin-left: 27px; + -moz-margin-start: 27px; margin-bottom: 10px; } -