| 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 h1 { | 5 #destination-settings h1 { |
| 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 display: block; |
| 12 margin-bottom: 14px; | 12 margin-bottom: 4px; |
| 13 margin-top: 8px; | 13 margin-top: 8px; |
| 14 } | 14 } |
| 15 | 15 |
| 16 #destination-settings .destination-settings-box { | 16 #destination-settings .destination-settings-box { |
| 17 -webkit-box-align: center; | 17 -webkit-box-align: center; |
| 18 display: -webkit-box; | 18 display: -webkit-box; |
| 19 height: 28px; | 19 height: 28px; |
| 20 margin-bottom: 10px; | |
| 21 } | 20 } |
| 22 | 21 |
| 23 .destination-settings-box.stale { | 22 .destination-settings-box.stale { |
| 24 opacity: 0.4; | 23 opacity: 0.4; |
| 25 } | 24 } |
| 26 | 25 |
| 27 #destination-settings .destination-settings-change-button { | 26 #destination-settings .destination-settings-change-button { |
| 28 margin-bottom: 10px; | 27 margin: 10px 0; |
| 29 } | 28 } |
| 30 | 29 |
| 31 .destination-settings-icon { | 30 .destination-settings-icon { |
| 32 -webkit-margin-end: 8px; | 31 -webkit-margin-end: 8px; |
| 33 height: 24px; | 32 height: 24px; |
| 34 vertical-align: middle; | 33 vertical-align: middle; |
| 35 width: 24px; | 34 width: 24px; |
| 36 } | 35 } |
| 37 | 36 |
| 38 .destination-settings-info-wrapper { | 37 .destination-settings-info-wrapper { |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 .destination-settings-location { | 77 .destination-settings-location { |
| 79 opacity: 0.4; | 78 opacity: 0.4; |
| 80 overflow: hidden; | 79 overflow: hidden; |
| 81 text-overflow: ellipsis; | 80 text-overflow: ellipsis; |
| 82 } | 81 } |
| 83 | 82 |
| 84 .destination-settings-offline-status { | 83 .destination-settings-offline-status { |
| 85 overflow: hidden; | 84 overflow: hidden; |
| 86 text-overflow: ellipsis; | 85 text-overflow: ellipsis; |
| 87 } | 86 } |
| OLD | NEW |