- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / screen_error_message.css
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
3  * found in the LICENSE file.
4  */
5
6 #error-message {
7   width: 650px;
8 }
9
10 .show-with-ui-state-update,
11 .show-with-ui-state-signin,
12 .show-with-ui-state-locally-managed,
13 .show-with-ui-state-kiosk-mode,
14 .show-with-ui-state-local-state-error,
15 .show-with-error-state-portal,
16 .show-with-error-state-offline,
17 .show-with-error-state-proxy,
18 .show-with-error-state-auth-ext-timeout,
19 .guest-signin,
20 .offline-login {
21   display: none;
22 }
23
24 .ui-state-update .show-with-ui-state-update,
25 .ui-state-signin .show-with-ui-state-signin,
26 .ui-state-locally-managed .show-with-ui-state-locally-managed,
27 .ui-state-kiosk-mode .show-with-ui-state-kiosk-mode,
28 .ui-state-local-state-error .show-with-ui-state-local-state-error,
29 .error-state-portal .show-with-error-state-portal,
30 .error-state-offline .show-with-error-state-offline,
31 .error-state-proxy .show-with-error-state-proxy,
32 .error-state-auth-ext-timeout .show-with-error-state-auth-ext-timeout,
33 .allow-guest-signin .guest-signin,
34 .allow-offline-login .offline-login {
35   display: block;
36 }
37
38 #oobe.error-message #step-logo {
39   z-index: 1;
40 }
41
42 .error-header {
43   background-clip: padding-box;
44   background-image: -webkit-linear-gradient(rgba(255,255,255,0.99),
45                                             rgba(255,255,255,0.97));
46   border-bottom: 1px solid rgba(238,238,238,0.97);
47   padding: 71px 20px 50px;
48   text-align: center;
49 }
50
51 .error-icon {
52   -webkit-margin-after: 40px;
53 }
54
55 .error-title {
56   color: #606060;
57   font-size: 15px;
58 }
59
60 .error-body {
61   background-image: -webkit-linear-gradient(rgba(249,249,249,0.97),
62                                             rgba(249,249,249,0.95));
63   padding: 20px 20px 20px;
64 }
65
66 .error-controls {
67   background-image: -webkit-linear-gradient(rgba(249,249,249,0.95),
68                                             rgba(249,249,249,0.93));
69   padding: 20px 20px 20px;
70 }
71
72 .error-message-paragraph {
73   font-size: 12px;
74   line-height: 18px;
75 }
76
77 .error-message-paragraph {
78   -webkit-margin-before: 20px;
79 }
80
81 .error-message-paragraph a {
82   color: rgb(17,85,204);
83   text-decoration: none;
84 }
85
86 #offline-network-control {
87   -webkit-align-items: center;
88   display: -webkit-flex;
89 }
90
91 .offline-network-list-label {
92   -webkit-margin-end: 10px;
93 }