511b465dc1a03c5389ae73eadeaf769477e63833
[themes.git] / EarlyBlue / mozapps / xpinstall / xpinstallConfirm.css
1 #xpinstallheader {
2   margin-bottom: 2em;
3 }
4
5 #itemList {
6   margin: 3px 4px 10px;
7   height: 14em;
8   border: 1px inset #CCD0DD;
9   background-color: #FFFFFF;
10   color: #000000;
11 }
12
13 #itemWarningIntro {
14   -moz-margin-start: 8px;
15 }
16
17 #dialogContentBox {
18   padding: 5px;
19 }
20
21 installitem {
22   padding-top: 5px;
23   padding-bottom: 5px;
24   -moz-padding-start: 5px;
25   -moz-padding-end: 0px;
26   border-bottom: 1px dotted #666699;
27   margin-bottom: 5px;
28 }
29
30 .alert-icon {
31   -moz-margin-end: 20px;
32 }
33
34 .warning {
35   font-weight: bold;
36   font-size: 1.25em;
37   margin-bottom: 1em;
38 }
39
40 .xpinstallIconContainer {
41   width: 32px;
42   height: 32px;
43   -moz-margin-end: 5px;
44 }
45
46 .xpinstallItemName {
47   font-weight: bold;
48 }
49
50 .xpinstallItemSigned {
51   font-style: italic;
52   font-size: 0.9em;
53 }
54
55 .xpinstallItemURL {
56   -moz-appearance: none;
57   border: none;
58   padding: 0;
59   background-color: #FFFFFF;
60   color: #000000;
61   margin-top: 1px;
62   margin-bottom: 1px;
63   -moz-margin-start: 6px;
64   -moz-margin-end: 5px;
65 }
66
67 .xpinstallItemIcon {
68   max-width: 32px;
69   max-height: 32px;
70   list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
71 }