| OLD | NEW |
| 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 */ | |
| 5 | 4 |
| 6 #error-message { | 5 #error-message { |
| 7 width: 650px; | 6 width: 650px; |
| 8 } | 7 } |
| 9 | 8 |
| 10 .show-with-ui-state-update, | 9 .show-with-ui-state-update, |
| 11 .show-with-ui-state-signin, | 10 .show-with-ui-state-signin, |
| 12 .show-with-ui-state-supervised, | 11 .show-with-ui-state-supervised, |
| 13 .show-with-ui-state-kiosk-mode, | 12 .show-with-ui-state-kiosk-mode, |
| 14 .show-with-ui-state-local-state-error, | 13 .show-with-ui-state-local-state-error, |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 } | 140 } |
| 142 | 141 |
| 143 #error-navigation { | 142 #error-navigation { |
| 144 color: rgba(0, 0, 0, .54); | 143 color: rgba(0, 0, 0, .54); |
| 145 left: 0; | 144 left: 0; |
| 146 position: absolute; | 145 position: absolute; |
| 147 right: 0; | 146 right: 0; |
| 148 top: 0; | 147 top: 0; |
| 149 z-index: 1; | 148 z-index: 1; |
| 150 } | 149 } |
| OLD | NEW |