|
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 #xpinstallheader { |
|
6 margin-bottom: 2em; |
|
7 } |
|
8 |
|
9 .alert-icon { |
|
10 width: 48px; |
|
11 height: 48px; |
|
12 list-style-image: url("chrome://global/skin/icons/warning-large.png"); |
|
13 margin-top: 0 !important; |
|
14 margin-bottom: 6px !important; |
|
15 -moz-margin-start: 6px !important; |
|
16 -moz-margin-end: 20px !important; |
|
17 } |
|
18 |
|
19 #itemList { |
|
20 -moz-appearance: listbox; |
|
21 margin: 3px 4px 10px 4px; |
|
22 height: 14em; |
|
23 } |
|
24 |
|
25 #itemWarningIntro { |
|
26 -moz-margin-start: 8px; |
|
27 } |
|
28 |
|
29 #dialogContentBox { |
|
30 padding: 5px; |
|
31 } |
|
32 |
|
33 installitem { |
|
34 padding: 5px 0 5px 5px; |
|
35 border-bottom: 1px dotted #C0C0C0; |
|
36 margin-bottom: 5px; |
|
37 } |
|
38 |
|
39 .warning { |
|
40 font-weight: bold; |
|
41 font-size: 1.25em; |
|
42 margin-bottom: 1em; |
|
43 } |
|
44 |
|
45 .xpinstallIconContainer { |
|
46 width: 32px; |
|
47 height: 32px; |
|
48 -moz-margin-end: 5px; |
|
49 } |
|
50 |
|
51 .xpinstallItemName { |
|
52 font-weight: bold; |
|
53 } |
|
54 |
|
55 .xpinstallItemSigned { |
|
56 font-style: italic; |
|
57 font-size: 0.9em; |
|
58 } |
|
59 |
|
60 .xpinstallItemURL { |
|
61 -moz-appearance: none; |
|
62 border: none; |
|
63 background-color: Window; |
|
64 margin-top: 2px; |
|
65 margin-bottom: 1px; |
|
66 -moz-margin-start: 6px; |
|
67 -moz-margin-end: 5px; |
|
68 } |
|
69 |
|
70 .xpinstallItemIcon { |
|
71 max-width: 32px; |
|
72 max-height: 32px; |
|
73 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); |
|
74 } |
|
75 |
|
76 installitem[type="theme"] .xpinstallItemIcon { |
|
77 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); |
|
78 } |
|
79 |
|
80 installitem[type="locale"] .xpinstallItemIcon { |
|
81 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); |
|
82 } |
|
83 |
|
84 installitem[type="plugin"] .xpinstallItemIcon { |
|
85 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); |
|
86 } |
|
87 |
|
88 installitem[type="dictionary"] .xpinstallItemIcon { |
|
89 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); |
|
90 } |