Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / settings / destination_settings.css
blob1962f1d7b7966be2885eb6f924b8efefd5d0a313
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-settings .left-column {
6 padding-top: 20px;
7 vertical-align: top;
10 #destination-settings .throbber {
11 margin-top: 6px;
14 #destination-settings .destination-settings-box {
15 -webkit-box-align: center;
16 display: -webkit-box;
17 min-height: 28px;
20 .destination-settings-box.stale {
21 opacity: 0.4;
24 #destination-settings .destination-settings-change-button {
25 margin: 10px 0;
28 .destination-settings-icon {
29 -webkit-margin-end: 8px;
30 height: 24px;
31 vertical-align: middle;
32 width: 24px;
35 .destination-settings-info-wrapper {
36 -webkit-box-flex: 1;
39 .destination-settings-info {
40 display: table;
41 table-layout: fixed;
42 width: 100%;
45 .throbber-container {
46 -webkit-box-orient: horizontal;
47 display: -webkit-box;
50 .throbber-container .throbber {
51 -webkit-margin-end: 8px;
54 .destination-throbber-name-container {
55 -webkit-box-flex: 1;
56 -webkit-box-orient: vertical;
57 -webkit-box-pack: center;
58 display: -webkit-box;
59 min-height: 28px;
62 .destination-throbber-name {
63 font-size: 110%;
64 overflow: hidden;
65 text-overflow: ellipsis;
68 .destination-settings-info > div {
69 display: table-row;
72 .destination-settings-info > div > div {
73 display: table-cell;
74 overflow: hidden;
75 text-overflow: ellipsis;
76 white-space: nowrap;
79 .destination-settings-name {
80 font-size: 110%;
83 .destination-settings-location {
84 opacity: 0.4;