| 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 opacity: 0.4; | 152 opacity: 0.4; |
| 153 width: 10px; | 153 width: 10px; |
| 154 } | 154 } |
| 155 | 155 |
| 156 .progdot-active { | 156 .progdot-active { |
| 157 opacity: 0.5; | 157 opacity: 0.5; |
| 158 } | 158 } |
| 159 | 159 |
| 160 #account-picker-dot, | 160 #account-picker-dot, |
| 161 #app-launch-splash-dot, | 161 #app-launch-splash-dot, |
| 162 #arc-kiosk-splash-dot, |
| 162 #auto-enrollment-check-dot, | 163 #auto-enrollment-check-dot, |
| 163 #autolaunch-dot, | 164 #autolaunch-dot, |
| 164 #confirm-password-dot, | 165 #confirm-password-dot, |
| 165 #controller-pairing-dot, | 166 #controller-pairing-dot, |
| 166 #debugging-dot, | 167 #debugging-dot, |
| 167 #device-disabled-dot, | 168 #device-disabled-dot, |
| 168 #enrollment-dot, | 169 #enrollment-dot, |
| 169 #error-message-dot, | 170 #error-message-dot, |
| 170 #fatal-error-dot, | 171 #fatal-error-dot, |
| 171 #hid-detection-dot, | 172 #hid-detection-dot, |
| (...skipping 66 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 |