Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #view-deck {
6 background: Window;
7 }
9 .heading {
10 font-size: 270%;
11 text-align: center;
12 margin: 0 100px;
13 }
15 .progress {
16 margin: 10px 128px;
17 }
19 .progress-label,
20 #errors-description {
21 text-align: center;
22 margin: 0 10px;
23 }
25 #checking-heading,
26 #update-heading,
27 #errors-heading {
28 margin-top: 90px;
29 }
31 #select-heading,
32 #confirm-heading {
33 margin-top: 10px;
34 margin-bottom: 10px;
35 text-align: center;
36 }
38 #select-description,
39 #confirm-description {
40 margin: 10px;
41 }
43 #select-list {
44 border-top: 1px solid WindowFrame;
45 background-color: Window;
46 }
48 #select-grid column {
49 -moz-box-align: center;
50 }
52 #select-grid row {
53 -moz-box-align: stretch;
54 }
56 #select-grid row:nth-of-type(odd) {
57 background-color: -moz-oddtreerow;
58 }
60 #select-grid label,
61 #select-grid checkbox {
62 margin-top: 0;
63 margin-bottom: 0;
64 }
66 .select-cell {
67 -moz-box-align: center;
68 -moz-box-pack: start;
69 }
71 #select-header .select-cell {
72 -moz-appearance: treeheadercell;
73 box-sizing: border-box;
74 }
76 .select-keep {
77 -moz-box-pack: center;
78 }
80 .select-keep .checkbox-label-box {
81 display: none;
82 }
84 .select-keep .addon-keep-checkbox:-moz-focusring {
85 outline: 1px dotted ThreeDDarkShadow;
86 }
88 .select-icon {
89 width: 20px;
90 }
92 #select-grid separator {
93 display: none;
94 }
96 .addon-name,
97 .addon-action-message,
98 .addon-action-update {
99 box-sizing: border-box;
100 margin: 0;
101 padding-top: 1px;
102 padding-bottom: 2px;
103 -moz-padding-start: 6px;
104 -moz-padding-end: 5px;
105 }
107 .addon:not([active]) .addon-name,
108 .addon:not([active]) .addon-action-message,
109 .addon:not([active]) .addon-action-update {
110 color: GrayText;
111 }
113 .addon-icon {
114 height: 16px;
115 width: 16px;
116 margin: 2px;
117 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric-16.png");
118 }
120 .addon-icon[type="theme"] {
121 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric-16.png");
122 }
124 .addon-icon[type="plugin"] {
125 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric-16.png");
126 }
128 .addon-icon[type="dictionary"] {
129 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric-16.png");
130 }
132 .action-list {
133 margin-top: 10px;
134 -moz-margin-start: 5em;
135 }
137 .action-header {
138 margin-bottom: 10px;
139 }
141 #confirm .addon {
142 -moz-margin-start: 3em;
143 -moz-box-align: center;
144 }
146 .addon:not([active]) .addon-icon,
147 #disable-list .addon-icon,
148 #incompatible-list .addon-icon {
149 filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale");
150 }
152 #footer {
153 padding: 15px 12px;
154 border-top: 2px solid;
155 -moz-border-top-colors: ThreeDHighlight ThreeDLightShadow;
156 }
158 .progress-label,
159 #footer-label {
160 font-style: italic;
161 color: GrayText;
162 }