cros: Remove default pinned apps trial.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / oobe_screen_oauth_enrollment.css
blobd323a865c8737697367988c33523e58f1c863075
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 */
6 #oauth-enrollment {
7 min-height: 609px;
8 padding: 70px 17px 21px;
9 width: 722px;
12 #oauth-enroll-container {
13 display: -webkit-box;
16 #oauth-enroll-signin-frame {
17 height: 456px;
20 #oauth-enroll-signin-frame {
21 border: 0 none;
22 width: 100%;
25 #oauth-enroll-signin-frame-container {
26 box-sizing: border-box;
27 padding-bottom: 20px;
28 width: 100%;
31 #oauth-enroll-signin-link-container {
32 -webkit-box-pack: end;
33 display: -webkit-box;
35 #oauth-enroll-step-signin {
36 width: 100%;
39 .oauth-enroll-step-center {
40 height: 480px;
43 .oauth-enroll-step-center {
44 display: table;
45 margin: 0 auto;
48 .oauth-enroll-step-content {
49 display: table-cell;
50 vertical-align: middle;
53 .oauth-enroll-step-icon {
54 display: inline-block;
55 position: relative;
56 top: 0.5em;
57 vertical-align: top;
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;
69 .oauth-enroll-step-message {
70 display: inline-block;
71 max-width: 400px;
72 text-align: left;
73 vertical-align: top;
76 #oauth-enroll-explain-message {
77 white-space: pre-line;
80 .oauth-enroll-link {
81 color: -webkit-link;
82 cursor: pointer;
83 text-decoration: underline;
86 #oobe.oauth-enrollment #header-oauth-enrollment {
87 display: block;
90 #oauth-enrollment .step-contents {
91 -webkit-margin-after: 10px;