summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/print_preview/settings/destination_settings.css
blob: 1962f1d7b7966be2885eb6f924b8efefd5d0a313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file. */

#destination-settings .left-column {
  padding-top: 20px;
  vertical-align: top;
}

#destination-settings .throbber {
  margin-top: 6px;
}

#destination-settings .destination-settings-box {
  -webkit-box-align: center;
  display: -webkit-box;
  min-height: 28px;
}

.destination-settings-box.stale {
  opacity: 0.4;
}

#destination-settings .destination-settings-change-button {
  margin: 10px 0;
}

.destination-settings-icon {
  -webkit-margin-end: 8px;
  height: 24px;
  vertical-align: middle;
  width: 24px;
}

.destination-settings-info-wrapper {
  -webkit-box-flex: 1;
}

.destination-settings-info {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.throbber-container {
  -webkit-box-orient: horizontal;
  display: -webkit-box;
}

.throbber-container .throbber {
  -webkit-margin-end: 8px;
}

.destination-throbber-name-container {
  -webkit-box-flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  min-height: 28px;
}

.destination-throbber-name {
  font-size: 110%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.destination-settings-info > div {
  display: table-row;
}

.destination-settings-info > div > div {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.destination-settings-name {
  font-size: 110%;
}

.destination-settings-location {
  opacity: 0.4;
}