/** * General */ .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; 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; } 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 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"); } /** * Update Found Page */ #moreDetails { margin: 1px 5px 4px 3px; } #updateForMoreInfo { -moz-margin-start: 5px; } #updateName, #updateFinishedName { font-weight: bold; font-size: larger; } #alertImage { list-style-image: url("chrome://global/skin/icons/alert-exclam.gif"); -moz-margin-end: 5px; } #incompatibleWarning { background-color : #FFCF00; color: #000000; -moz-border-radius: 5px; border: 1px solid #9C9CFF; padding: 3px; margin: 1px 5px 4px 5px; } /** * Downloading Page */ #downloadStatusTop, #downloadStatusLine { -moz-box-align: center; } #downloadStatus { 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); 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"); } /** * 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; -moz-margin-start: 27px; margin-bottom: 10px; }