michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this file, michael@0: * You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: %filter substitution michael@0: %include defines.inc michael@0: michael@0: .list-item > a { michael@0: color: inherit; michael@0: text-decoration: none; michael@0: } michael@0: michael@0: .list-item { michael@0: height: 4.8em; michael@0: font-size: 1em !important; michael@0: } michael@0: michael@0: #private-downloads-list .list-item { michael@0: background-image: none; michael@0: background-color: #080a0b; michael@0: color: #ddd; michael@0: } michael@0: michael@0: div.details { michael@0: background-color: #eef2f5; michael@0: } michael@0: michael@0: #private-downloads-list div.details { michael@0: background-image: none; michael@0: background-color: #393e43; michael@0: } michael@0: michael@0: li:active div.details, michael@0: #private-downloads-list li:active div.details { michael@0: background-image: none; michael@0: background-color: transparent; michael@0: } michael@0: michael@0: .details { michael@0: margin-left: 4.8em; michael@0: padding: .5em; michael@0: min-height: 3.7em; michael@0: } michael@0: michael@0: .date { michael@0: color: gray; michael@0: } michael@0: michael@0: .domain, michael@0: .size { michael@0: display: inline; michael@0: } michael@0: michael@0: .displayState { michael@0: color: gray; michael@0: margin-bottom: -3px; /* Prevent overflow that hides bottom border */ michael@0: } michael@0: michael@0: .size:after { michael@0: content: " - "; michael@0: white-space: pre; michael@0: } michael@0: michael@0: #no-downloads-indicator { michael@0: display: none; michael@0: } michael@0: michael@0: #private-downloads-list:empty + #normal-downloads-list:empty + #no-downloads-indicator { michael@0: display: block; michael@0: text-align: center; michael@0: padding-top: 3.9em; michael@0: }