1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
6 @apply
(--downloads-shared-style
);
18 flex: 1 0 var
(--downloads-side-column-basis
);
21 :host
([hide-date
]) #date-container
{
28 border-radius: 2px; /* TODO(dbeam): why does this differ from Polymer? */
30 width: var
(--downloads-item-width
);
34 background: rgba
(255, 255, 255, .5);
37 .no-file #safe-icon-wrapper
,
47 -webkit-border-start: 1px #e6e6e6 solid
;
50 flex-direction: column
;
51 padding: 16px 16px 12px 16px;
61 justify-content: center
;
68 display: inline-block
;
74 word-break: break-all
;
80 text-overflow: ellipsis
;
91 --paper-progress-active-color: rgb
(54, 126, 237);
92 --paper-progress-container-color: rgb
(223, 222, 223);
96 /* TODO(dbeam): open up a CSS mixin instead in Polymer. */
97 #progress /deep
/ #progressContainer
{
104 justify-content: center
;
108 --paper-icon-button: {
112 --iron-icon-height: 16px;
113 --iron-icon-width: 16px;