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: #view-deck { michael@0: background: Window; michael@0: } michael@0: michael@0: .heading { michael@0: font-size: 270%; michael@0: text-align: center; michael@0: margin: 0 100px; michael@0: } michael@0: michael@0: .progress { michael@0: margin: 10px 128px; michael@0: } michael@0: michael@0: .progress-label, michael@0: #errors-description { michael@0: text-align: center; michael@0: margin: 0 10px; michael@0: } michael@0: michael@0: #checking-heading, michael@0: #update-heading, michael@0: #errors-heading { michael@0: margin-top: 90px; michael@0: } michael@0: michael@0: #select-heading, michael@0: #confirm-heading { michael@0: margin-top: 10px; michael@0: margin-bottom: 10px; michael@0: text-align: center; michael@0: } michael@0: michael@0: #select-description, michael@0: #confirm-description { michael@0: margin: 10px; michael@0: } michael@0: michael@0: #select-list { michael@0: border-top: 1px solid WindowFrame; michael@0: background-color: Window; michael@0: } michael@0: michael@0: #select-grid column { michael@0: -moz-box-align: center; michael@0: } michael@0: michael@0: #select-grid row { michael@0: -moz-box-align: stretch; michael@0: } michael@0: michael@0: #select-grid row:nth-of-type(odd) { michael@0: background-color: -moz-oddtreerow; michael@0: } michael@0: michael@0: #select-grid label, michael@0: #select-grid checkbox { michael@0: margin-top: 0; michael@0: margin-bottom: 0; michael@0: } michael@0: michael@0: .select-cell { michael@0: -moz-box-align: center; michael@0: -moz-box-pack: start; michael@0: } michael@0: michael@0: #select-header .select-cell { michael@0: -moz-appearance: treeheadercell; michael@0: box-sizing: border-box; michael@0: } michael@0: michael@0: .select-keep { michael@0: -moz-box-pack: center; michael@0: } michael@0: michael@0: .select-keep .checkbox-label-box { michael@0: display: none; michael@0: } michael@0: michael@0: .select-keep .addon-keep-checkbox:-moz-focusring { michael@0: outline: 1px dotted ThreeDDarkShadow; michael@0: } michael@0: michael@0: .select-icon { michael@0: width: 20px; michael@0: } michael@0: michael@0: #select-grid separator { michael@0: display: none; michael@0: } michael@0: michael@0: .addon-name, michael@0: .addon-action-message, michael@0: .addon-action-update { michael@0: box-sizing: border-box; michael@0: margin: 0; michael@0: padding-top: 1px; michael@0: padding-bottom: 2px; michael@0: -moz-padding-start: 6px; michael@0: -moz-padding-end: 5px; michael@0: } michael@0: michael@0: .addon:not([active]) .addon-name, michael@0: .addon:not([active]) .addon-action-message, michael@0: .addon:not([active]) .addon-action-update { michael@0: color: GrayText; michael@0: } michael@0: michael@0: .addon-icon { michael@0: height: 16px; michael@0: width: 16px; michael@0: margin: 2px; michael@0: list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png"); michael@0: } michael@0: michael@0: .addon-icon[type="theme"] { michael@0: list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric-16.png"); michael@0: } michael@0: michael@0: .addon-icon[type="plugin"] { michael@0: list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png"); michael@0: } michael@0: michael@0: .addon-icon[type="dictionary"] { michael@0: list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png"); michael@0: } michael@0: michael@0: .action-list { michael@0: margin-top: 10px; michael@0: -moz-margin-start: 5em; michael@0: } michael@0: michael@0: .action-header { michael@0: margin-bottom: 10px; michael@0: } michael@0: michael@0: #confirm .addon { michael@0: -moz-margin-start: 3em; michael@0: -moz-box-align: center; michael@0: } michael@0: michael@0: .addon:not([active]) .addon-icon, michael@0: #disable-list .addon-icon, michael@0: #incompatible-list .addon-icon { michael@0: filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); michael@0: } michael@0: michael@0: #footer { michael@0: padding: 15px 12px; michael@0: border-top: 2px solid; michael@0: -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow; michael@0: } michael@0: michael@0: .progress-label, michael@0: #footer-label { michael@0: font-style: italic; michael@0: color: GrayText; michael@0: }