- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / oobe_screen_oauth_enrollment.css
1 /* Copyright 2013 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 #oauth-enrollment {
7   min-height: 609px;
8   padding: 70px 17px 21px;
9   width: 722px;
10 }
11
12 #oauth-enroll-container {
13   display: -webkit-box;
14 }
15
16 #oauth-enroll-signin-frame {
17   height: 456px;
18 }
19
20 #oauth-enroll-signin-frame {
21   border: 0 none;
22   width: 100%;
23 }
24
25 #oauth-enroll-signin-frame-container {
26   box-sizing: border-box;
27   padding-bottom: 20px;
28   width: 100%;
29 }
30
31 #oauth-enroll-signin-link-container {
32   -webkit-box-pack: end;
33   display: -webkit-box;
34 }
35 #oauth-enroll-step-signin {
36   width: 100%;
37 }
38
39 .oauth-enroll-step-center {
40   height: 480px;
41 }
42
43 .oauth-enroll-step-center {
44   display: table;
45   margin: 0 auto;
46 }
47
48 .oauth-enroll-step-content {
49   display: table-cell;
50   vertical-align: middle;
51 }
52
53 .oauth-enroll-step-icon {
54   display: inline-block;
55   position: relative;
56   top: 0.5em;
57   vertical-align: top;
58 }
59
60 .oauth-enroll-step-icon > * {
61   -webkit-margin-end: .4em;
62   display: inline-block;
63   height: 22px;
64   position: relative;
65   top: -11px;
66   width: 22px;
67 }
68
69 .oauth-enroll-step-message {
70   display: inline-block;
71   max-width: 400px;
72   text-align: left;
73   vertical-align: top;
74 }
75
76 #oauth-enroll-explain-message {
77   white-space: pre-line;
78 }
79
80 .oauth-enroll-link {
81   color: -webkit-link;
82   cursor: pointer;
83   text-decoration: underline;
84 }
85
86 #oobe.oauth-enrollment #header-oauth-enrollment {
87   display: block;
88 }
89
90 #oauth-enrollment .step-contents {
91   -webkit-margin-after: 10px;
92 }