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 120px; 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 #D6E5F5; 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 label { 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: box-sizing: border-box; michael@0: } michael@0: michael@0: #select-header .select-keep, michael@0: #select-header .select-icon, michael@0: #select-header .select-name, michael@0: #select-header .select-action { michael@0: background-image: linear-gradient(#D6E5F5 0%, Window 100%); michael@0: background-size: 1px 100%; michael@0: background-position: right; michael@0: background-repeat: no-repeat; michael@0: } michael@0: michael@0: .select-keep { michael@0: -moz-box-pack: center; michael@0: } michael@0: michael@0: .select-icon { michael@0: width: 20px; michael@0: } michael@0: michael@0: .select-keep .addon-keep-checkbox { michael@0: margin: 0; michael@0: padding: 0; michael@0: width: 13px; 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-keep .checkbox-label-box { 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: #select-grid separator { michael@0: border-top: 1px solid #D6E5F5; michael@0: height: 0; michael@0: margin-top: 0.4em; michael@0: margin-bottom: 0.4em; 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: 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: } michael@0: michael@0: .progress-label, michael@0: #footer-label { michael@0: %ifdef WINDOWS_AERO michael@0: font-style: italic; michael@0: %endif michael@0: color: GrayText; michael@0: } michael@0: michael@0: %ifdef WINDOWS_AERO michael@0: @media (-moz-windows-default-theme) { michael@0: #footer { michael@0: background-color: #f1f5fb; michael@0: box-shadow: 0px 1px 2px rgb(204,214,234) inset; michael@0: } michael@0: } michael@0: %endif