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

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

Issue 2959853003: Add UI components for license type selection in ChromeOS login UI. (Closed)
Patch Set: Remove unused flex import Created 3 years, 5 months 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 20 matching lines...) Expand all
31 height: 480px; 31 height: 480px;
32 margin: 0 auto; 32 margin: 0 auto;
33 } 33 }
34 34
35 .oauth-enroll-state-active-directory-join-error 35 .oauth-enroll-state-active-directory-join-error
36 #oauth-enroll-step-active-directory-join-error, 36 #oauth-enroll-step-active-directory-join-error,
37 .oauth-enroll-state-attribute-prompt-error 37 .oauth-enroll-state-attribute-prompt-error
38 #oauth-enroll-step-attribute-prompt-error, 38 #oauth-enroll-step-attribute-prompt-error,
39 .oauth-enroll-state-signin #oauth-enroll-step-signin, 39 .oauth-enroll-state-signin #oauth-enroll-step-signin,
40 .oauth-enroll-state-ad-join #oauth-enroll-step-ad-join, 40 .oauth-enroll-state-ad-join #oauth-enroll-step-ad-join,
41 .oauth-enroll-state-license #oauth-enroll-step-license,
41 .oauth-enroll-state-attribute-prompt 42 .oauth-enroll-state-attribute-prompt
42 #oauth-enroll-step-attribute-prompt { 43 #oauth-enroll-step-attribute-prompt {
43 display: block; 44 display: block;
44 height: 100%; 45 height: 100%;
45 width: 100%; 46 width: 100%;
46 } 47 }
47 48
48 #oauth-enroll-auth-view { 49 #oauth-enroll-auth-view {
49 display: block; 50 display: block;
50 height: 100%; 51 height: 100%;
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 120
120 .oauth-enroll-state-signin #oauth-enroll-navigation, 121 .oauth-enroll-state-signin #oauth-enroll-navigation,
121 .oauth-enroll-state-ad-join #oauth-enroll-navigation, 122 .oauth-enroll-state-ad-join #oauth-enroll-navigation,
122 .oauth-enroll-state-working #oauth-enroll-navigation { 123 .oauth-enroll-state-working #oauth-enroll-navigation {
123 color: white; 124 color: white;
124 } 125 }
125 126
126 #oauth-enrollment.saml #oauth-enroll-navigation { 127 #oauth-enrollment.saml #oauth-enroll-navigation {
127 color: rgba(0, 0, 0, .54); 128 color: rgba(0, 0, 0, .54);
128 } 129 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698