update with current trunk work
[themes.git] / EarlyBlue / mozapps / downloads / downloads.css
... / ...
CommitLineData
1#downloadManager {
2 background-color: #CCD0DD;
3}
4
5/* Download View */
6#downloadView {
7 -moz-appearance: none !important;
8 margin: 0;
9 border-bottom: 1px solid #9999CC;
10}
11
12/* Download View Items */
13richlistitem[type="download"] {
14 padding: 4px 8px 4px 4px;
15 min-height: 46px;
16}
17
18richlistitem[type="download"] .name {
19 font-size: larger;
20}
21
22#information {
23 -moz-appearance: none;
24 background-color: white;
25 width: 300px;
26 max-width: 300px;
27}
28
29#information > button .button-text {
30 -moz-box-flex: 1;
31 text-align: left;
32 -moz-padding-start: 2px;
33}
34
35.mini-button {
36 -moz-appearance: none;
37 list-style-image: url("chrome://mozapps/skin/downloads/buttons.png");
38 background-color: transparent;
39 border: none;
40 padding: 0;
41 margin: 0;
42 min-width: 0;
43 min-height: 0;
44}
45
46.mini-button > .button-box {
47 padding: 0 !important;
48}
49
50.cancel {
51 -moz-image-region: rect(0px, 32px, 16px, 16px);
52}
53.info {
54 -moz-image-region: rect(0px, 16px, 16px, 0px);
55}
56.open {
57 -moz-image-region: rect(16px, 32px, 32px, 16px);
58}
59.pause {
60 -moz-image-region: rect(32px, 32px, 48px, 16px);
61}
62.resume {
63 -moz-image-region: rect(16px, 48px, 32px, 32px);
64}
65.retry {
66 -moz-image-region: rect(0px, 48px, 16px, 32px);
67}
68
69#information-uri {
70 -moz-image-region: rect(16px, 16px, 32px, 0px);
71}
72#information-location {
73 -moz-image-region: rect(32px, 16px, 48px, 0px);
74}
75
76.blockedIcon {
77 list-style-image: url("chrome://global/skin/icons/alert-error.gif");
78}
79
80/* prevent flickering when changing states */
81.downloadTypeIcon {
82 min-height: 32px;
83 min-width: 32px;
84}
85
86.title-line {
87 height: 1px;
88 background-color: #9999CC;
89 -moz-margin-end: 15px;
90 -moz-margin-start: 5px;
91}
92
93#searchbox[empty] {
94 color: #808080;
95}