1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mobile/android/themes/core/aboutDownloads.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,72 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this file, 1.6 + * You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +%filter substitution 1.9 +%include defines.inc 1.10 + 1.11 +.list-item > a { 1.12 + color: inherit; 1.13 + text-decoration: none; 1.14 +} 1.15 + 1.16 +.list-item { 1.17 + height: 4.8em; 1.18 + font-size: 1em !important; 1.19 +} 1.20 + 1.21 +#private-downloads-list .list-item { 1.22 + background-image: none; 1.23 + background-color: #080a0b; 1.24 + color: #ddd; 1.25 +} 1.26 + 1.27 +div.details { 1.28 + background-color: #eef2f5; 1.29 +} 1.30 + 1.31 +#private-downloads-list div.details { 1.32 + background-image: none; 1.33 + background-color: #393e43; 1.34 +} 1.35 + 1.36 +li:active div.details, 1.37 +#private-downloads-list li:active div.details { 1.38 + background-image: none; 1.39 + background-color: transparent; 1.40 +} 1.41 + 1.42 +.details { 1.43 + margin-left: 4.8em; 1.44 + padding: .5em; 1.45 + min-height: 3.7em; 1.46 +} 1.47 + 1.48 +.date { 1.49 + color: gray; 1.50 +} 1.51 + 1.52 +.domain, 1.53 +.size { 1.54 + display: inline; 1.55 +} 1.56 + 1.57 +.displayState { 1.58 + color: gray; 1.59 + margin-bottom: -3px; /* Prevent overflow that hides bottom border */ 1.60 +} 1.61 + 1.62 +.size:after { 1.63 + content: " - "; 1.64 + white-space: pre; 1.65 +} 1.66 + 1.67 +#no-downloads-indicator { 1.68 + display: none; 1.69 +} 1.70 + 1.71 +#private-downloads-list:empty + #normal-downloads-list:empty + #no-downloads-indicator { 1.72 + display: block; 1.73 + text-align: center; 1.74 + padding-top: 3.9em; 1.75 +}