Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / print_preview / settings / destination_settings.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-settings .left-column {
6   padding-top: 20px;
7   vertical-align: top;
8 }
9
10 #destination-settings .throbber {
11   display: block;
12   margin-bottom: 4px;
13   margin-top: 8px;
14 }
15
16 #destination-settings .destination-settings-box {
17   -webkit-box-align: center;
18   display: -webkit-box;
19   min-height: 28px;
20 }
21
22 .destination-settings-box.stale {
23   opacity: 0.4;
24 }
25
26 #destination-settings .destination-settings-change-button {
27   margin: 10px 0;
28 }
29
30 .destination-settings-icon {
31   -webkit-margin-end: 8px;
32   height: 24px;
33   vertical-align: middle;
34   width: 24px;
35 }
36
37 .destination-settings-info-wrapper {
38   -webkit-box-flex: 1;
39 }
40
41 .destination-settings-info {
42   display: table;
43   table-layout: fixed;
44   width: 100%;
45 }
46
47 .throbber-container {
48   -webkit-box-orient: horizontal;
49   display: -webkit-box;
50 }
51
52 .throbber-container .throbber {
53   -webkit-margin-end: 8px;
54 }
55
56 .destination-throbber-name-container {
57   -webkit-box-flex: 1;
58   -webkit-box-orient: vertical;
59   -webkit-box-pack: center;
60   display: -webkit-box;
61   min-height: 28px;
62 }
63
64 .destination-throbber-name {
65   font-size: 110%;
66   overflow: hidden;
67   text-overflow: ellipsis;
68 }
69
70 .destination-settings-info > div {
71   display: table-row;
72 }
73
74 .destination-settings-info > div > div {
75   display: table-cell;
76   overflow: hidden;
77   text-overflow: ellipsis;
78   white-space: nowrap;
79 }
80
81 .destination-settings-name {
82   font-size: 110%;
83 }
84
85 .destination-settings-location {
86   opacity: 0.4;
87 }