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 | 5 |
6 #error-message { | 6 #error-message { |
7 width: 650px; | 7 width: 650px; |
8 } | 8 } |
9 | 9 |
10 .show-with-ui-state-update, | 10 .show-with-ui-state-update, |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 } | 84 } |
85 | 85 |
86 #offline-network-control { | 86 #offline-network-control { |
87 -webkit-align-items: center; | 87 -webkit-align-items: center; |
88 display: -webkit-flex; | 88 display: -webkit-flex; |
89 } | 89 } |
90 | 90 |
91 .offline-network-list-label { | 91 .offline-network-list-label { |
92 -webkit-margin-end: 10px; | 92 -webkit-margin-end: 10px; |
93 } | 93 } |
| 94 |
| 95 .button-spacer { |
| 96 -webkit-box-flex: 1; |
| 97 } |
OLD | NEW |