2012-04-04 17:12:44 +00:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
|
|
|
* You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
|
|
|
%filter substitution
|
|
|
|
%include defines.inc
|
|
|
|
|
2013-03-22 23:36:31 +00:00
|
|
|
.list-item > a {
|
2012-04-04 17:12:44 +00:00
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2013-03-22 23:36:31 +00:00
|
|
|
.list-item {
|
|
|
|
height: 4.8em;
|
|
|
|
font-size: 1em !important;
|
2012-04-04 17:12:44 +00:00
|
|
|
}
|
|
|
|
|
2013-03-22 23:36:31 +00:00
|
|
|
#private-downloads-list .list-item {
|
2012-12-14 00:47:30 +00:00
|
|
|
background-image: none;
|
|
|
|
background-color: #080a0b;
|
|
|
|
color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.details {
|
2013-02-13 16:50:57 +00:00
|
|
|
background-color: #eef2f5;
|
2012-12-14 00:47:30 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#private-downloads-list div.details {
|
|
|
|
background-image: none;
|
|
|
|
background-color: #393e43;
|
|
|
|
}
|
|
|
|
|
|
|
|
li:active div.details,
|
|
|
|
#private-downloads-list li:active div.details {
|
2012-04-04 17:12:44 +00:00
|
|
|
background-image: none;
|
2012-12-14 00:47:30 +00:00
|
|
|
background-color: transparent;
|
2012-04-04 17:12:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.details {
|
2013-03-22 23:36:31 +00:00
|
|
|
margin-left: 4.8em;
|
|
|
|
padding: .5em;
|
|
|
|
min-height: 3.7em;
|
2012-04-04 17:12:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.date {
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.domain,
|
|
|
|
.size {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2014-01-31 02:16:36 +00:00
|
|
|
.state {
|
2013-03-22 23:36:31 +00:00
|
|
|
color: gray;
|
2012-05-24 00:56:39 +00:00
|
|
|
margin-bottom: -3px; /* Prevent overflow that hides bottom border */
|
|
|
|
}
|
|
|
|
|
2012-04-04 17:12:44 +00:00
|
|
|
.size:after {
|
|
|
|
content: " - ";
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
|
|
|
#no-downloads-indicator {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2014-01-31 02:16:36 +00:00
|
|
|
#private-downloads-list:empty + #public-downloads-list:empty + #no-downloads-indicator {
|
2012-04-04 17:12:44 +00:00
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2013-03-22 23:36:31 +00:00
|
|
|
padding-top: 3.9em;
|
2012-04-04 17:12:44 +00:00
|
|
|
}
|