Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / search / destination_list.css
blob2ebdb9ac55c619b3592bb44369abcd5b9421a498
1 /* Copyright (c) 2012 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. */
5 .destination-list > header {
6 -webkit-padding-start: 0;
7 background-color: transparent;
8 padding-bottom: 8px;
11 .destination-list .title {
12 -webkit-padding-end: 8px;
13 -webkit-padding-start: 4px;
14 display: inline;
15 vertical-align: middle;
18 .destination-list .action-link {
19 vertical-align: middle;
22 .destination-list > ul {
23 list-style-type: none;
24 margin: 0;
25 padding: 0;
28 .destination-list .throbber-container {
29 display: inline;
30 padding: 0 16px 0 8px;
31 position: relative;
34 .destination-list .throbber {
35 position: absolute;
36 top: -1px;
39 .destination-list .no-destinations-message {
40 -webkit-padding-start: 18px;
41 color: #999;
42 padding-bottom: 8px;
43 padding-top: 8px;
46 .destination-list > footer {
47 -webkit-padding-start: 18px;
48 padding-top: 6px;
51 .destination-list .total {
52 color: #777;