| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. */ | 3 * found in the LICENSE file. */ |
| 4 | 4 |
| 5 #destination-settings .left-column { | 5 #destination-settings .left-column { |
| 6 padding-top: 20px; | 6 padding-top: 20px; |
| 7 vertical-align: top; | 7 vertical-align: top; |
| 8 } | 8 } |
| 9 | 9 |
| 10 #destination-settings .throbber { | 10 #destination-settings .throbber { |
| 11 display: block; | 11 margin-top: 6px; |
| 12 margin-bottom: 4px; | |
| 13 margin-top: 8px; | |
| 14 } | 12 } |
| 15 | 13 |
| 16 #destination-settings .destination-settings-box { | 14 #destination-settings .destination-settings-box { |
| 17 -webkit-box-align: center; | 15 -webkit-box-align: center; |
| 18 display: -webkit-box; | 16 display: -webkit-box; |
| 19 min-height: 28px; | 17 min-height: 28px; |
| 20 } | 18 } |
| 21 | 19 |
| 22 .destination-settings-box.stale { | 20 .destination-settings-box.stale { |
| 23 opacity: 0.4; | 21 opacity: 0.4; |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 white-space: nowrap; | 76 white-space: nowrap; |
| 79 } | 77 } |
| 80 | 78 |
| 81 .destination-settings-name { | 79 .destination-settings-name { |
| 82 font-size: 110%; | 80 font-size: 110%; |
| 83 } | 81 } |
| 84 | 82 |
| 85 .destination-settings-location { | 83 .destination-settings-location { |
| 86 opacity: 0.4; | 84 opacity: 0.4; |
| 87 } | 85 } |
| OLD | NEW |