- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / search / destination_list.css
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. */
4
5 .destination-list > header {
6   -webkit-padding-start: 0;
7   background-color: transparent;
8   padding-bottom: 8px;
9 }
10
11 .destination-list .title {
12   -webkit-padding-end: 8px;
13   -webkit-padding-start: 4px;
14   display: inline;
15   vertical-align: middle;
16 }
17
18 .destination-list .action-link {
19   vertical-align: middle;
20 }
21
22 .destination-list > ul {
23   list-style-type: none;
24   margin: 0;
25   padding: 0;
26 }
27
28 .destination-list .throbber-container {
29   -webkit-box-align: center;
30   display: -webkit-box;
31   height: 30px;
32   padding: 0 22px;
33 }
34
35 .destination-list .no-destinations-message {
36   -webkit-padding-start: 18px;
37   color: #999;
38   padding-bottom: 8px;
39   padding-top: 8px;
40 }
41
42 .destination-list > footer {
43   -webkit-padding-start: 18px;
44   padding-top: 6px;
45 }
46
47 .destination-list .total {
48   color: #999;
49 }