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