start 2.12 dev cycle
[themes.git] / LCARStrek / mozapps / extensions / newaddon.css
CommitLineData
9099c61d
RK
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/. */
154ee8b3
RK
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 max-width: 600px;
27 margin: 20px;
28 padding: 30px 90px;
29}
30
31#addon-info {
32 -moz-box-align: start;
33 margin: 25px 10px;
34}
35
36#icon {
37 -moz-margin-end: 10px;
38 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
39}
40
41.addon-info[type="theme"] #icon {
42 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
43}
44
45.addon-info[type="locale"] #icon {
46 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
47}
48
49.addon-info[type="plugin"] #icon {
50 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
51}
52
1e29db46
RK
53.addon-info[type="dictionary"] #icon {
54 list-style-image: url("chrome://mozapps/skin/plugins/dictionaryGeneric.png");
55}
56
154ee8b3
RK
57#name {
58 font-size: 130%;
59}
60
61#author {
62 color: #8050B0;
63}
64
65#location {
66 color: #8050B0;
67}
68
69#warning {
70 margin-bottom: 25px;
71 -moz-box-align: start;
72}
73
74#warning-icon {
75 list-style-image: url("chrome://global/skin/icons/alert-exclam.gif");
76 width: 16px;
77 height: 15px;
78 -moz-margin-end: 5px;
79}
80
81#allow {
82 -moz-margin-start: 84px;
83 margin-bottom: 20px;
84}
85
86#continuePanel,
87#restartPanel {
88 margin-top: 25px;
89 -moz-box-pack: end;
90 -moz-box-align: center;
91}
92
93#continuePanel {
94 -moz-box-pack: end;
95}
96
97#restartMessage {
98 text-align: right;
99}
100
101#restartSpacer {
102 -moz-box-flex: 1;
103}
104
105#later {
106 color: #8050B0;
107}