| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 opacity: 0.4; | 167 opacity: 0.4; |
| 168 width: 10px; | 168 width: 10px; |
| 169 } | 169 } |
| 170 | 170 |
| 171 .progdot-active { | 171 .progdot-active { |
| 172 opacity: 0.5; | 172 opacity: 0.5; |
| 173 } | 173 } |
| 174 | 174 |
| 175 #account-picker-dot, | 175 #account-picker-dot, |
| 176 #app-launch-splash-dot, | 176 #app-launch-splash-dot, |
| 177 #arc-kiosk-splash-dot, |
| 177 #auto-enrollment-check-dot, | 178 #auto-enrollment-check-dot, |
| 178 #autolaunch-dot, | 179 #autolaunch-dot, |
| 179 #confirm-password-dot, | 180 #confirm-password-dot, |
| 180 #controller-pairing-dot, | 181 #controller-pairing-dot, |
| 181 #debugging-dot, | 182 #debugging-dot, |
| 182 #device-disabled-dot, | 183 #device-disabled-dot, |
| 183 #enrollment-dot, | 184 #enrollment-dot, |
| 184 #error-message-dot, | 185 #error-message-dot, |
| 185 #fatal-error-dot, | 186 #fatal-error-dot, |
| 186 #hid-detection-dot, | 187 #hid-detection-dot, |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 line-height: 31px; | 254 line-height: 31px; |
| 254 text-transform: lowercase; | 255 text-transform: lowercase; |
| 255 width: 23em; | 256 width: 23em; |
| 256 } | 257 } |
| 257 | 258 |
| 258 .header-section::before { | 259 .header-section::before { |
| 259 /* Divider in header between product name and title, | 260 /* Divider in header between product name and title, |
| 260 * like "[Product name] > [step header]". */ | 261 * like "[Product name] > [step header]". */ |
| 261 content: '\00A0\203A\00A0\00A0'; | 262 content: '\00A0\203A\00A0\00A0'; |
| 262 } | 263 } |
| OLD | NEW |