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 .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 display: block; |
12 margin-bottom: 4px; | 12 margin-bottom: 4px; |
13 margin-top: 8px; | 13 margin-top: 8px; |
14 } | 14 } |
15 | 15 |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 .destination-settings-location { | 77 .destination-settings-location { |
78 opacity: 0.4; | 78 opacity: 0.4; |
79 overflow: hidden; | 79 overflow: hidden; |
80 text-overflow: ellipsis; | 80 text-overflow: ellipsis; |
81 } | 81 } |
82 | 82 |
83 .destination-settings-offline-status { | 83 .destination-settings-offline-status { |
84 overflow: hidden; | 84 overflow: hidden; |
85 text-overflow: ellipsis; | 85 text-overflow: ellipsis; |
86 } | 86 } |
OLD | NEW |