michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #xpinstallheader { michael@0: margin-bottom: 2em; michael@0: } michael@0: michael@0: #itemList { michael@0: -moz-appearance: listbox; michael@0: margin: 3px 4px 10px 4px; michael@0: height: 14em; michael@0: border: 2px solid; michael@0: -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow; michael@0: -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow; michael@0: -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow; michael@0: -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow; michael@0: background-color: -moz-Field; michael@0: color: -moz-FieldText; michael@0: } michael@0: michael@0: #itemWarningIntro { michael@0: -moz-margin-start: 8px; michael@0: } michael@0: michael@0: #dialogContentBox { michael@0: padding: 5px; michael@0: } michael@0: michael@0: installitem { michael@0: padding-top: 5px; michael@0: padding-bottom: 5px; michael@0: -moz-padding-start: 5px; michael@0: -moz-padding-end: 0; michael@0: border-bottom: 1px dotted #C0C0C0; michael@0: margin-bottom: 5px; michael@0: } michael@0: michael@0: .alert-icon { michael@0: %ifdef XP_WIN michael@0: list-style-image: url("chrome://global/skin/icons/warning-large.png"); michael@0: width: 48px; michael@0: height: 48px; michael@0: %endif michael@0: -moz-margin-end: 20px; michael@0: } michael@0: michael@0: .warning { michael@0: font-weight: bold; michael@0: font-size: 1.25em; michael@0: margin-bottom: 1em; michael@0: } michael@0: michael@0: .xpinstallIconContainer { michael@0: width: 32px; michael@0: height: 32px; michael@0: -moz-margin-end: 5px; michael@0: } michael@0: michael@0: .xpinstallItemName { michael@0: font-weight: bold; michael@0: } michael@0: michael@0: .xpinstallItemSigned { michael@0: font-style: italic; michael@0: font-size: 0.9em; michael@0: } michael@0: michael@0: .xpinstallItemURL { michael@0: -moz-appearance: none; michael@0: border: none; michael@0: padding: 0; michael@0: background-color: -moz-Field; michael@0: color: -moz-FieldText; michael@0: margin-top: 1px; michael@0: margin-bottom: 1px; michael@0: -moz-margin-start: 6px; michael@0: -moz-margin-end: 5px; michael@0: } michael@0: michael@0: .xpinstallItemIcon { michael@0: max-width: 32px; michael@0: max-height: 32px; michael@0: list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); michael@0: } michael@0: michael@0: installitem[type="theme"] .xpinstallItemIcon { michael@0: list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); michael@0: } michael@0: michael@0: installitem[type="locale"] .xpinstallItemIcon { michael@0: list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); michael@0: } michael@0: michael@0: installitem[type="plugin"] .xpinstallItemIcon { michael@0: list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); michael@0: } michael@0: michael@0: installitem[type="dictionary"] .xpinstallItemIcon { michael@0: list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); michael@0: }