| 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 | 5 |
| 6 #eula { | 6 #eula { |
| 7 min-height: 395px; | 7 min-height: 395px; |
| 8 padding: 70px 17px 21px; | 8 padding: 70px 17px 21px; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 } | 78 } |
| 79 | 79 |
| 80 #eula .step-contents { | 80 #eula .step-contents { |
| 81 -webkit-margin-after: 30px; | 81 -webkit-margin-after: 30px; |
| 82 -webkit-margin-start: 32px; | 82 -webkit-margin-start: 32px; |
| 83 } | 83 } |
| 84 | 84 |
| 85 #eula .credits { | 85 #eula .credits { |
| 86 clear: both; | 86 clear: both; |
| 87 font-size: small; | 87 font-size: small; |
| 88 width: 620px; | |
| 89 } | 88 } |
| 90 | 89 |
| 91 #cros-eula-loading { | 90 #cros-eula-loading { |
| 92 -webkit-align-items: center; | 91 -webkit-align-items: center; |
| 93 -webkit-flex-direction: column; | 92 -webkit-flex-direction: column; |
| 94 -webkit-justify-content: center; | 93 -webkit-justify-content: center; |
| 95 display: none; | 94 display: none; |
| 96 height: 100%; | 95 height: 100%; |
| 97 width: 100%; | 96 width: 100%; |
| 98 } | 97 } |
| 99 | 98 |
| 100 .step.eula-loading #cros-eula-frame { | 99 .step.eula-loading #cros-eula-frame { |
| 101 display: none; | 100 display: none; |
| 102 } | 101 } |
| 103 | 102 |
| 104 .step.eula-loading #cros-eula-loading { | 103 .step.eula-loading #cros-eula-loading { |
| 105 display: -webkit-flex; | 104 display: -webkit-flex; |
| 106 } | 105 } |
| OLD | NEW |