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