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. */ 4 5#destination-settings h1 { 6 padding-top: 20px; 7 vertical-align: top; 8} 9 10#destination-settings .throbber { 11 display: block; 12 margin-bottom: 14px; 13 margin-top: 8px; 14} 15 16#destination-settings .destination-settings-box { 17 -webkit-box-align: center; 18 display: -webkit-box; 19 height: 28px; 20 margin-bottom: 10px; 21} 22 23.destination-settings-box.stale { 24 opacity: 0.4; 25} 26 27#destination-settings .destination-settings-change-button { 28 margin-bottom: 10px; 29} 30 31.destination-settings-icon { 32 -webkit-margin-end: 8px; 33 height: 24px; 34 vertical-align: middle; 35 width: 24px; 36} 37 38.destination-settings-info-wrapper { 39 -webkit-box-flex: 1; 40 height: 28px; 41 position: relative; 42} 43 44.destination-settings-info { 45 -webkit-box-orient: vertical; 46 -webkit-box-pack: center; 47 display: -webkit-box; 48 height: 100%; 49 position: absolute; 50 white-space: nowrap; 51 width: 100%; 52} 53 54.throbber-container { 55 -webkit-box-orient: horizontal; 56 display: -webkit-box; 57} 58 59.throbber-container .throbber { 60 -webkit-margin-end: 8px; 61} 62 63.destination-throbber-name-container { 64 -webkit-box-flex: 1; 65 -webkit-box-orient: vertical; 66 -webkit-box-pack: center; 67 display: -webkit-box; 68 height: 28px; 69} 70 71.destination-settings-name, 72.destination-throbber-name { 73 font-size: 110%; 74 overflow: hidden; 75 text-overflow: ellipsis; 76} 77 78.destination-settings-location { 79 opacity: 0.4; 80 overflow: hidden; 81 text-overflow: ellipsis; 82} 83 84.destination-settings-offline-status { 85 overflow: hidden; 86 text-overflow: ellipsis; 87} 88