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 */ | 4 */ |
5 | 5 |
6 #error-message-screen-title { | 6 #error-message-screen-title { |
7 -webkit-margin-end: 60px; | 7 -webkit-margin-end: 60px; |
8 -webkit-margin-start: 60px; | 8 -webkit-margin-start: 60px; |
9 display: block; | 9 display: block; |
10 font-weight: bold; | 10 font-weight: bold; |
11 margin-bottom: 20px; | 11 margin-bottom: 20px; |
12 } | 12 } |
13 | 13 |
14 #error-message-body { | 14 #error-message-body { |
15 -webkit-margin-end: 60px; | 15 -webkit-margin-end: 60px; |
16 -webkit-margin-start: 60px; | 16 -webkit-margin-start: 60px; |
17 display: block; | 17 display: block; |
18 } | 18 } |
19 | 19 |
| 20 #captive-portal-proxy-message-text { |
| 21 margin-top: 20px; |
| 22 } |
| 23 |
20 #captive-portal-network-select-text { | 24 #captive-portal-network-select-text { |
21 margin-top: 20px; | 25 margin-top: 20px; |
22 } | 26 } |
23 | 27 |
24 .show-with-offline-message, | 28 .show-with-offline-message, |
25 .show-with-captive-portal, | 29 .show-with-captive-portal, |
26 .show-with-proxy-error { | 30 .show-with-proxy-error { |
27 display: none; | 31 display: none; |
28 } | 32 } |
29 | 33 |
30 .show-offline-message .show-with-offline-message, | 34 .show-offline-message .show-with-offline-message, |
31 .show-captive-portal .show-with-captive-portal, | 35 .show-captive-portal .show-with-captive-portal, |
32 .show-proxy-error .show-with-proxy-error { | 36 .show-proxy-error .show-with-proxy-error { |
33 display: block; | 37 display: block; |
34 } | 38 } |
35 | 39 |
| 40 .show-captive-portal .dont-show-with-captive-portal { |
| 41 display: none; |
| 42 } |
| 43 |
36 #error-guest-signin, | 44 #error-guest-signin, |
37 #error-offline-login { | 45 #error-offline-login { |
38 -webkit-margin-start: 60px; | 46 -webkit-margin-start: 60px; |
39 margin-bottom: 21px; | 47 margin-bottom: 21px; |
40 } | 48 } |
OLD | NEW |