| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 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 #eula { | 5 #eula { |
| 6 min-height: 395px; | 6 min-height: 395px; |
| 7 padding: 70px 17px 21px; | 7 padding: 70px 17px 21px; |
| 8 } | 8 } |
| 9 | 9 |
| 10 #oobe[md-mode] #eula { |
| 11 min-height: unset; |
| 12 padding: unset; |
| 13 } |
| 14 |
| 10 #cros-eula, | 15 #cros-eula, |
| 11 #oem-eula { | 16 #oem-eula { |
| 12 border: 1px solid #d9d9d9; | 17 border: 1px solid #d9d9d9; |
| 13 height: 222px; | 18 height: 222px; |
| 14 } | 19 } |
| 15 | 20 |
| 16 .eula-frame { | 21 .eula-frame { |
| 17 height: 222px; | 22 height: 222px; |
| 18 } | 23 } |
| 19 | 24 |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 width: 100%; | 100 width: 100%; |
| 96 } | 101 } |
| 97 | 102 |
| 98 .step.eula-loading #cros-eula-frame { | 103 .step.eula-loading #cros-eula-frame { |
| 99 display: none; | 104 display: none; |
| 100 } | 105 } |
| 101 | 106 |
| 102 .step.eula-loading #cros-eula-loading { | 107 .step.eula-loading #cros-eula-loading { |
| 103 display: -webkit-flex; | 108 display: -webkit-flex; |
| 104 } | 109 } |
| OLD | NEW |