| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 #outer-container { | 6 #outer-container { |
| 7 -webkit-box-align: center; | 7 -webkit-box-align: center; |
| 8 -webkit-box-pack: center; | 8 -webkit-box-pack: center; |
| 9 bottom: 57px; /* Leave space for the header bar */ | 9 bottom: 57px; /* Leave space for the header bar */ |
| 10 display: -webkit-box; | 10 display: -webkit-box; |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 #oobe.debugging #inner-container, | 89 #oobe.debugging #inner-container, |
| 90 #oobe.enrollment #inner-container, | 90 #oobe.enrollment #inner-container, |
| 91 #oobe:not([md-mode]).eula #inner-container, | 91 #oobe:not([md-mode]).eula #inner-container, |
| 92 #oobe.fatal-error #inner-container, | 92 #oobe.fatal-error #inner-container, |
| 93 #oobe.gaia-signin #inner-container, | 93 #oobe.gaia-signin #inner-container, |
| 94 #oobe.hid-detection #inner-container, | 94 #oobe.hid-detection #inner-container, |
| 95 #oobe.kiosk-enable #inner-container, | 95 #oobe.kiosk-enable #inner-container, |
| 96 #oobe.oauth-enrollment #inner-container, | 96 #oobe.oauth-enrollment #inner-container, |
| 97 #oobe.password-changed #inner-container, | 97 #oobe.password-changed #inner-container, |
| 98 #oobe.ad-password-change #inner-container, | 98 #oobe.ad-password-change #inner-container, |
| 99 #oobe.not([md-mode]).reset #inner-container, | 99 #oobe:not([md-mode]).reset #inner-container, |
| 100 #oobe.supervised-user-creation #inner-container, | 100 #oobe.supervised-user-creation #inner-container, |
| 101 #oobe.supervised-user-creation-dialog #inner-container, | 101 #oobe.supervised-user-creation-dialog #inner-container, |
| 102 #oobe.terms-of-service #inner-container, | 102 #oobe.terms-of-service #inner-container, |
| 103 #oobe.arc-tos #inner-container, | 103 #oobe.arc-tos #inner-container, |
| 104 #oobe.update #inner-container, | 104 #oobe.update #inner-container, |
| 105 #oobe.user-image #inner-container, | 105 #oobe.user-image #inner-container, |
| 106 #oobe.wrong-hwid #inner-container, | 106 #oobe.wrong-hwid #inner-container, |
| 107 #oobe.unrecoverable-cryptohome-error #inner-container { | 107 #oobe.unrecoverable-cryptohome-error #inner-container { |
| 108 background: white; | 108 background: white; |
| 109 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), | 109 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 line-height: 31px; | 249 line-height: 31px; |
| 250 text-transform: lowercase; | 250 text-transform: lowercase; |
| 251 width: 23em; | 251 width: 23em; |
| 252 } | 252 } |
| 253 | 253 |
| 254 .header-section::before { | 254 .header-section::before { |
| 255 /* Divider in header between product name and title, | 255 /* Divider in header between product name and title, |
| 256 * like "[Product name] > [step header]". */ | 256 * like "[Product name] > [step header]". */ |
| 257 content: '\00A0\203A\00A0\00A0'; | 257 content: '\00A0\203A\00A0\00A0'; |
| 258 } | 258 } |
| OLD | NEW |