blob: 24e7ee9a5a9c515c8cff7a79f3a510afa5b3ad46 [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 h1 {
padding-top: 20px;
vertical-align: top;
}
#destination-settings .throbber {
display: block;
margin-bottom: 14px;
margin-top: 8px;
}
#destination-settings .destination-settings-box {
-webkit-box-align: center;
display: -webkit-box;
height: 29px;
margin-bottom: 10px;
}
#destination-settings .destination-settings-change-button {
margin-bottom: 10px;
}
.destination-settings-icon {
-webkit-margin-end: 8px;
height: 24px;
vertical-align: middle;
width: 24px;
}
.destination-settings-info-wrapper {
-webkit-box-flex: 1;
height: 29px;
position: relative;
}
.destination-settings-info {
-webkit-box-orient: vertical;
-webkit-box-pack: center;
display: -webkit-box;
height: 100%;
position: absolute;
white-space: nowrap;
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;
height: 29px;
}
.destination-settings-name,
.destination-throbber-name {
font-size: 110%;
overflow: hidden;
text-overflow: ellipsis;
}
.destination-settings-location {
opacity: 0.4;
overflow: hidden;
text-overflow: ellipsis;
}