Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.css

Issue 2433363004: Chromad: added AD Join ui, authpolicy_client (Closed)
Patch Set: nit Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright 2015 The Chromium Authors. All rights reserved. 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 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 #oauth-enrollment { 5 #oauth-enrollment {
6 height: 528px; 6 height: 528px;
7 padding: 0; 7 padding: 0;
8 width: 448px; 8 width: 448px;
9 } 9 }
10 10
(...skipping 17 matching lines...) Expand all
28 .oauth-enroll-state-success #oauth-enroll-step-success, 28 .oauth-enroll-state-success #oauth-enroll-step-success,
29 .oauth-enroll-state-abe-success #oauth-enroll-step-abe-success { 29 .oauth-enroll-state-abe-success #oauth-enroll-step-abe-success {
30 display: table; 30 display: table;
31 height: 480px; 31 height: 480px;
32 margin: 0 auto; 32 margin: 0 auto;
33 } 33 }
34 34
35 .oauth-enroll-state-attribute-prompt-error 35 .oauth-enroll-state-attribute-prompt-error
36 #oauth-enroll-step-attribute-prompt-error, 36 #oauth-enroll-step-attribute-prompt-error,
37 .oauth-enroll-state-signin #oauth-enroll-step-signin, 37 .oauth-enroll-state-signin #oauth-enroll-step-signin,
38 .oauth-enroll-state-ad-join #oauth-enroll-step-ad-join,
38 .oauth-enroll-state-attribute-prompt 39 .oauth-enroll-state-attribute-prompt
39 #oauth-enroll-step-attribute-prompt { 40 #oauth-enroll-step-attribute-prompt {
40 display: block; 41 display: block;
41 height: 100%; 42 height: 100%;
42 width: 100%; 43 width: 100%;
43 } 44 }
44 45
45 #oauth-enroll-auth-view { 46 #oauth-enroll-auth-view {
46 display: block; 47 display: block;
47 height: 100%; 48 height: 100%;
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 #oauth-enroll-navigation { 109 #oauth-enroll-navigation {
109 color: rgba(0, 0, 0, .54); 110 color: rgba(0, 0, 0, .54);
110 left: 0; 111 left: 0;
111 position: absolute; 112 position: absolute;
112 right: 0; 113 right: 0;
113 top: 0; 114 top: 0;
114 z-index: 1; 115 z-index: 1;
115 } 116 }
116 117
117 .oauth-enroll-state-signin #oauth-enroll-navigation, 118 .oauth-enroll-state-signin #oauth-enroll-navigation,
119 .oauth-enroll-state-ad-join #oauth-enroll-navigation,
118 .oauth-enroll-state-working #oauth-enroll-navigation { 120 .oauth-enroll-state-working #oauth-enroll-navigation {
119 color: white; 121 color: white;
120 } 122 }
121 123
122 #oauth-enrollment.saml #oauth-enroll-navigation { 124 #oauth-enrollment.saml #oauth-enroll-navigation {
123 color: rgba(0, 0, 0, .54); 125 color: rgba(0, 0, 0, .54);
124 } 126 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698