toolkit/themes/osx/mozapps/extensions/newaddon.css

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

mercurial