| 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-list-item { | 5 .destination-list-item { |
| 6 -webkit-padding-end: 2px; | 6 -webkit-padding-end: 2px; |
| 7 -webkit-padding-start: 18px; | 7 -webkit-padding-start: 18px; |
| 8 -webkit-transition: background-color 150ms; | 8 -webkit-transition: background-color 150ms; |
| 9 cursor: default; | 9 cursor: default; |
| 10 padding-bottom: 3px; | 10 padding-bottom: 3px; |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 text-overflow: ellipsis; | 40 text-overflow: ellipsis; |
| 41 vertical-align: middle; | 41 vertical-align: middle; |
| 42 white-space: nowrap; | 42 white-space: nowrap; |
| 43 } | 43 } |
| 44 | 44 |
| 45 .destination-list-item .offline-status { | 45 .destination-list-item .offline-status { |
| 46 -webkit-margin-start: 1em; | 46 -webkit-margin-start: 1em; |
| 47 flex: 0 0 auto; | 47 flex: 0 0 auto; |
| 48 font-size: 75%; | 48 font-size: 75%; |
| 49 line-height: 24px; | 49 line-height: 24px; |
| 50 opacity: 0.6; | |
| 51 vertical-align: middle; | 50 vertical-align: middle; |
| 52 } | 51 } |
| 53 | 52 |
| 54 .register-promo { | 53 .register-promo { |
| 55 -webkit-margin-start: 1em; | 54 -webkit-margin-start: 1em; |
| 56 flex: 0 0 auto; | 55 flex: 0 0 auto; |
| 57 } | 56 } |
| OLD | NEW |