diff -r 000000000000 -r 6474c204b198 mobile/android/themes/core/aboutDownloads.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mobile/android/themes/core/aboutDownloads.css Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,72 @@ +/* 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 + +.list-item > a { + color: inherit; + text-decoration: none; +} + +.list-item { + height: 4.8em; + font-size: 1em !important; +} + +#private-downloads-list .list-item { + background-image: none; + background-color: #080a0b; + color: #ddd; +} + +div.details { + background-color: #eef2f5; +} + +#private-downloads-list div.details { + background-image: none; + background-color: #393e43; +} + +li:active div.details, +#private-downloads-list li:active div.details { + background-image: none; + background-color: transparent; +} + +.details { + margin-left: 4.8em; + padding: .5em; + min-height: 3.7em; +} + +.date { + color: gray; +} + +.domain, +.size { + display: inline; +} + +.displayState { + color: gray; + margin-bottom: -3px; /* Prevent overflow that hides bottom border */ +} + +.size:after { + content: " - "; + white-space: pre; +} + +#no-downloads-indicator { + display: none; +} + +#private-downloads-list:empty + #normal-downloads-list:empty + #no-downloads-indicator { + display: block; + text-align: center; + padding-top: 3.9em; +}