blob: 31fe304dbb668eb2715f640a7e415be35e2970f6 [file] [log] [blame]
/* 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 {
display: block;
margin-bottom: 4px;
margin-top: 8px;
}
#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;
}