| OLD | NEW |
| 1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2013 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 body { | 5 body { |
| 6 padding: 8px; | 6 padding: 8px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 h2 { | 9 h2 { |
| 10 margin-bottom: 20px; | 10 margin-bottom: 20px; |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 } | 144 } |
| 145 | 145 |
| 146 #confirm-offline-order-checkbox-strip { | 146 #confirm-offline-order-checkbox-strip { |
| 147 display: -webkit-flex; | 147 display: -webkit-flex; |
| 148 flex-direction: row; | 148 flex-direction: row; |
| 149 } | 149 } |
| 150 | 150 |
| 151 #finish-still-bad-charger { | 151 #finish-still-bad-charger { |
| 152 margin-top: 40px; | 152 margin-top: 40px; |
| 153 } | 153 } |
| OLD | NEW |