Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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/. */
5 #xpinstallheader {
6 margin-bottom: 2em;
7 }
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 }
19 #itemList {
20 -moz-appearance: listbox;
21 margin: 3px 4px 10px 4px;
22 height: 14em;
23 }
25 #itemWarningIntro {
26 -moz-margin-start: 8px;
27 }
29 #dialogContentBox {
30 padding: 5px;
31 }
33 installitem {
34 padding: 5px 0 5px 5px;
35 border-bottom: 1px dotted #C0C0C0;
36 margin-bottom: 5px;
37 }
39 .warning {
40 font-weight: bold;
41 font-size: 1.25em;
42 margin-bottom: 1em;
43 }
45 .xpinstallIconContainer {
46 width: 32px;
47 height: 32px;
48 -moz-margin-end: 5px;
49 }
51 .xpinstallItemName {
52 font-weight: bold;
53 }
55 .xpinstallItemSigned {
56 font-style: italic;
57 font-size: 0.9em;
58 }
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 }
70 .xpinstallItemIcon {
71 max-width: 32px;
72 max-height: 32px;
73 list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png");
74 }
76 installitem[type="theme"] .xpinstallItemIcon {
77 list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png");
78 }
80 installitem[type="locale"] .xpinstallItemIcon {
81 list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png");
82 }
84 installitem[type="plugin"] .xpinstallItemIcon {
85 list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png");
86 }
88 installitem[type="dictionary"] .xpinstallItemIcon {
89 list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png");
90 }