sync both themes with toolkit windows theme changes in Mozilla 33 cycle
[themes.git] / EarlyBlue / mozapps / extensions / newaddon.css
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/. */
4
5 @import url("chrome://global/skin/inContentUI.css");
6
7 #addon-page {
8   padding: 0;
9 }
10
11 #addon-scrollbox {
12   overflow: auto;
13   -moz-box-orient: vertical;
14   -moz-box-flex: 1;
15 }
16
17 #spacer-start {
18   -moz-box-flex: 1;
19 }
20
21 #spacer-end {
22   -moz-box-flex: 3;
23 }
24
25 #addon-container {
26   overflow: visible; /* bug 761489 */
27   max-width: 600px;
28   margin: 20px;
29   padding: 30px 90px;
30 }
31
32 #addon-info {
33   -moz-box-align: start;
34   margin: 25px 10px;
35 }
36
37 #icon {
38   -moz-margin-end: 10px;
39   max-width: 64px;
40   max-height: 64px;
41   list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
42 }
43
44 .addon-info[type="theme"] #icon {
45   list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
46 }
47
48 .addon-info[type="locale"] #icon {
49   list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
50 }
51
52 .addon-info[type="plugin"] #icon {
53   list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
54 }
55
56 .addon-info[type="dictionary"] #icon {
57   list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
58 }
59
60 #name {
61   font-size: 130%;
62 }
63
64 #author {
65   color: #808080;
66 }
67
68 #location {
69   color: #808080;
70 }
71
72 #warning {
73   margin-bottom: 25px;
74   -moz-box-align: start;
75 }
76
77 #warning-icon {
78   list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
79   width: 16px;
80   height: 15px;
81   -moz-margin-end: 5px;
82 }
83
84 #allow {
85   -moz-margin-start: 84px;
86   margin-bottom: 20px;
87 }
88
89 #continuePanel,
90 #restartPanel {
91   margin-top: 25px;
92   -moz-box-pack: end;
93   -moz-box-align: center;
94 }
95
96 #continuePanel {
97   -moz-box-pack: end;
98 }
99
100 #restartMessage {
101   text-align: right;
102 }
103
104 #restartSpacer {
105   -moz-box-flex: 1;
106 }
107
108 #later {
109   color: #808080;
110 }