|
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 #genericAbout { |
|
6 padding: 0px; |
|
7 min-height: 200px; |
|
8 max-height: 400px; |
|
9 width: 30em; |
|
10 } |
|
11 |
|
12 #clientBox { |
|
13 background-color: -moz-Dialog; |
|
14 color: -moz-DialogText; |
|
15 } |
|
16 |
|
17 .basic-info { |
|
18 padding: 10px; |
|
19 } |
|
20 |
|
21 #extensionIcon { |
|
22 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); |
|
23 max-width: 64px; |
|
24 max-height: 64px; |
|
25 -moz-margin-end: 6px; |
|
26 } |
|
27 |
|
28 #genericAbout[addontype="theme"] #extensionIcon { |
|
29 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); |
|
30 } |
|
31 |
|
32 #genericAbout[addontype="locale"] #extensionIcon { |
|
33 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); |
|
34 } |
|
35 |
|
36 #genericAbout[addontype="plugin"] #extensionIcon { |
|
37 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); |
|
38 } |
|
39 |
|
40 #genericAbout[addontype="dictionary"] #extensionIcon { |
|
41 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); |
|
42 } |
|
43 |
|
44 #extensionName { |
|
45 font-size: 200%; |
|
46 font-weight: bolder; |
|
47 } |
|
48 |
|
49 #extensionVersion { |
|
50 font-weight: bold; |
|
51 } |
|
52 |
|
53 #extensionDescription { |
|
54 margin-top: 4px; |
|
55 } |
|
56 |
|
57 #groove { |
|
58 margin-top: 8px; |
|
59 } |
|
60 |
|
61 #extensionDetailsBox { |
|
62 overflow: auto; |
|
63 min-height: 100px; |
|
64 } |
|
65 |
|
66 .boxIndent { |
|
67 -moz-margin-start: 18px; |
|
68 } |
|
69 |
|
70 #extensionCreator, .contributor { |
|
71 margin: 0px; |
|
72 } |
|
73 |
|
74 .sectionTitle { |
|
75 padding: 2px 0px 3px 0px; |
|
76 margin-top: 3px; |
|
77 font-weight: bold; |
|
78 } |