Disable view source for Developer Tools.
[chromium-blink-merge.git] / chrome / browser / resources / print_preview / settings / destination_settings.css
blob24e7ee9a5a9c515c8cff7a79f3a510afa5b3ad46
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 h1 {
6 padding-top: 20px;
7 vertical-align: top;
10 #destination-settings .throbber {
11 display: block;
12 margin-bottom: 14px;
13 margin-top: 8px;
16 #destination-settings .destination-settings-box {
17 -webkit-box-align: center;
18 display: -webkit-box;
19 height: 29px;
20 margin-bottom: 10px;
23 #destination-settings .destination-settings-change-button {
24 margin-bottom: 10px;
27 .destination-settings-icon {
28 -webkit-margin-end: 8px;
29 height: 24px;
30 vertical-align: middle;
31 width: 24px;
34 .destination-settings-info-wrapper {
35 -webkit-box-flex: 1;
36 height: 29px;
37 position: relative;
40 .destination-settings-info {
41 -webkit-box-orient: vertical;
42 -webkit-box-pack: center;
43 display: -webkit-box;
44 height: 100%;
45 position: absolute;
46 white-space: nowrap;
47 width: 100%;
50 .throbber-container {
51 -webkit-box-orient: horizontal;
52 display: -webkit-box;
55 .throbber-container .throbber {
56 -webkit-margin-end: 8px;
59 .destination-throbber-name-container {
60 -webkit-box-flex: 1;
61 -webkit-box-orient: vertical;
62 -webkit-box-pack: center;
63 display: -webkit-box;
64 height: 29px;
67 .destination-settings-name,
68 .destination-throbber-name {
69 font-size: 110%;
70 overflow: hidden;
71 text-overflow: ellipsis;
74 .destination-settings-location {
75 opacity: 0.4;
76 overflow: hidden;
77 text-overflow: ellipsis;