| 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 */ | |
| 5 | 4 |
| 6 #terms-of-service { | 5 #terms-of-service { |
| 7 padding: 70px 17px 21px; | 6 padding: 70px 17px 21px; |
| 8 } | 7 } |
| 9 | 8 |
| 10 #tos-container { | 9 #tos-container { |
| 11 border: 1px solid #d9d9d9; | 10 border: 1px solid #d9d9d9; |
| 12 height: 222px; | 11 height: 222px; |
| 13 } | 12 } |
| 14 | 13 |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 display: none; | 83 display: none; |
| 85 } | 84 } |
| 86 | 85 |
| 87 .step.error #tos-error { | 86 .step.error #tos-error { |
| 88 display: -webkit-flex; | 87 display: -webkit-flex; |
| 89 } | 88 } |
| 90 | 89 |
| 91 #terms-of-service.error #tos-back-button { | 90 #terms-of-service.error #tos-back-button { |
| 92 -webkit-margin-end: 1px; | 91 -webkit-margin-end: 1px; |
| 93 } | 92 } |
| OLD | NEW |