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 -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */ | 9 -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */ |
10 bottom: 57px; /* Leave space for the header bar */ | 10 bottom: 57px; /* Leave space for the header bar */ |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 #oobe:not([md-mode]).connect #inner-container, | 78 #oobe:not([md-mode]).connect #inner-container, |
79 #oobe.debugging #inner-container, | 79 #oobe.debugging #inner-container, |
80 #oobe.enrollment #inner-container, | 80 #oobe.enrollment #inner-container, |
81 #oobe:not([md-mode]).eula #inner-container, | 81 #oobe:not([md-mode]).eula #inner-container, |
82 #oobe.fatal-error #inner-container, | 82 #oobe.fatal-error #inner-container, |
83 #oobe.gaia-signin #inner-container, | 83 #oobe.gaia-signin #inner-container, |
84 #oobe.hid-detection #inner-container, | 84 #oobe.hid-detection #inner-container, |
85 #oobe.kiosk-enable #inner-container, | 85 #oobe.kiosk-enable #inner-container, |
86 #oobe.oauth-enrollment #inner-container, | 86 #oobe.oauth-enrollment #inner-container, |
87 #oobe.password-changed #inner-container, | 87 #oobe.password-changed #inner-container, |
| 88 #oobe.ad-password-change #inner-container, |
88 #oobe.reset #inner-container, | 89 #oobe.reset #inner-container, |
89 #oobe.supervised-user-creation #inner-container, | 90 #oobe.supervised-user-creation #inner-container, |
90 #oobe.supervised-user-creation-dialog #inner-container, | 91 #oobe.supervised-user-creation-dialog #inner-container, |
91 #oobe.terms-of-service #inner-container, | 92 #oobe.terms-of-service #inner-container, |
92 #oobe.arc-tos #inner-container, | 93 #oobe.arc-tos #inner-container, |
93 #oobe.update #inner-container, | 94 #oobe.update #inner-container, |
94 #oobe.user-image #inner-container, | 95 #oobe.user-image #inner-container, |
95 #oobe.wrong-hwid #inner-container, | 96 #oobe.wrong-hwid #inner-container, |
96 #oobe.unrecoverable-cryptohome-error #inner-container { | 97 #oobe.unrecoverable-cryptohome-error #inner-container { |
97 background: white; | 98 background: white; |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 line-height: 31px; | 239 line-height: 31px; |
239 text-transform: lowercase; | 240 text-transform: lowercase; |
240 width: 23em; | 241 width: 23em; |
241 } | 242 } |
242 | 243 |
243 .header-section::before { | 244 .header-section::before { |
244 /* Divider in header between product name and title, | 245 /* Divider in header between product name and title, |
245 * like "[Product name] > [step header]". */ | 246 * like "[Product name] > [step header]". */ |
246 content: '\00A0\203A\00A0\00A0'; | 247 content: '\00A0\203A\00A0\00A0'; |
247 } | 248 } |
OLD | NEW |