1 /* Copyright 2015 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.
12 #oauth-enroll-step-contents {
20 #oauth-enroll-step-contents > div
{
24 .oauth-enroll-state-working #oauth-enroll-step-working
,
25 .oauth-enroll-state-error #oauth-enroll-step-error
,
26 .oauth-enroll-state-success #oauth-enroll-step-success {
32 .oauth-enroll-state-signin #oauth-enroll-step-signin {
38 #oauth-enroll-auth-view-container,
39 #oauth-enroll-auth-view {
47 #oauth-enrollment.mode-manual #oauth-enroll-learn-more-link
,
48 #oauth-enrollment.mode-forced #oauth-enroll-learn-more-link
,
49 #oauth-enrollment.mode-recovery #oauth-enroll-learn-more-link
{
53 .oauth-enroll-step-content {
55 vertical-align: middle
;
58 .oauth-enroll-step-icon {
59 display: inline-block
;
65 .oauth-enroll-step-icon > * {
66 -webkit-margin-end: .4em;
67 display: inline-block
;
74 .oauth-enroll-step-message {
75 display: inline-block
;
82 color: rgb
(37, 79, 155);
84 text-decoration: none
;
87 .oauth-enroll-button {
91 .oauth-enroll-state-signin
.mode-manual #oauth-enroll-cancel-button
,
92 .oauth-enroll-state-signin #oauth-enroll-back-button
,
93 .oauth-enroll-state-working
.mode-manual #oauth-enroll-cancel-button
,
94 .oauth-enroll-state-working #oauth-enroll-back-button
,
95 .oauth-enroll-state-error
.mode-manual #oauth-enroll-cancel-button
,
96 .oauth-enroll-state-error #oauth-enroll-back-button
,
97 .oauth-enroll-state-success #oauth-enroll-done-button {
101 #oobe.oauth-enrollment #header-oauth-enrollment
{
105 #oauth-saml-notice-container {
113 #oauth-enrollment.saml
{
114 padding: 97px 0 21px;
117 #oauth-enrollment.saml #oauth-enroll-auth-view
{
121 #oauth-enrollment.saml #oauth-enrollment-controls
,
122 #oauth-enrollment.saml #oauth-enroll-signin-link-container
{
123 -webkit-padding-end: 17px;
126 #oauth-enrollment:not
(.saml
) #oauth-saml-notice-container
{
130 #oauth-saml-notice-message {
134 #oauth-enroll-cancel-button {
135 background: transparent none
;
136 background-image: url
(chrome://theme
/IDR_LOGIN_CLOSE_BUTTTON
);
137 background-position: center
;
138 background-repeat: no-repeat
;
147 html
[dir
=rtl
] #oauth-enroll-cancel-button
{
152 #oauth-enroll-back-button {
153 background: transparent none
;
154 background-image: url
(chrome://theme
/IDR_LOGIN_BACK_BUTTTON
);
155 background-position: center
;
156 background-repeat: no-repeat
;
165 html
[dir
=rtl
] #oauth-enroll-back-button
{
166 -webkit-transform: scaleX
(-1);