| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 | 75 |
| 76 #eula #stats-help-link { | 76 #eula #stats-help-link { |
| 77 color: rgb(49, 106, 197); | 77 color: rgb(49, 106, 197); |
| 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 { |
| 86 clear: both; |
| 87 font-size: small; |
| 88 width: 620px; |
| 89 } |
| 90 |
| 85 #cros-eula-loading { | 91 #cros-eula-loading { |
| 86 -webkit-align-items: center; | 92 -webkit-align-items: center; |
| 87 -webkit-flex-direction: column; | 93 -webkit-flex-direction: column; |
| 88 -webkit-justify-content: center; | 94 -webkit-justify-content: center; |
| 89 display: none; | 95 display: none; |
| 90 height: 100%; | 96 height: 100%; |
| 91 width: 100%; | 97 width: 100%; |
| 92 } | 98 } |
| 93 | 99 |
| 94 .step.eula-loading #cros-eula-frame { | 100 .step.eula-loading #cros-eula-frame { |
| 95 display: none; | 101 display: none; |
| 96 } | 102 } |
| 97 | 103 |
| 98 .step.eula-loading #cros-eula-loading { | 104 .step.eula-loading #cros-eula-loading { |
| 99 display: -webkit-flex; | 105 display: -webkit-flex; |
| 100 } | 106 } |
| OLD | NEW |