better styles for textbox focus highlight
[themes.git] / EarlyBlue / mozapps / xpinstall / xpinstallConfirm.css
1 #xpinstallheader {
2   margin-bottom: 2em;
3 }
4
5 #itemList {
6   margin: 3px 4px 10px 4px;
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 .xpinstallItemIcon {
41   width: 32px;
42   height: 32px;
43   max-width: 32px !important;
44   max-height: 32px !important;
45   -moz-margin-end: 5px;
46 }
47
48 .xpinstallItemName {
49   font-weight: bold;
50 }
51
52 .xpinstallItemSigned {
53   font-style: italic;
54   font-size: 0.9em;
55 }
56
57 .xpinstallItemURL {
58   -moz-appearance: none;
59   border: none;
60   padding: 0;
61   background-color: #FFFFFF;
62   color: #000000;
63   margin-top: 1px;
64   margin-bottom: 1px;
65   -moz-margin-start: 6px;
66   -moz-margin-end: 5px;
67 }
68
69 .xpinstallItemIcon {
70   list-style-image: url("chrome://mozapps/skin/xpinstall/xpinstallItemGeneric.png");
71 }