Index: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css |
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css |
index 8b49fa61e7d5024972eab9d07a03f4194b421527..18b1235f51266925f8fbe64a29dd8c99ad295a25 100644 |
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css |
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css |
@@ -26,6 +26,7 @@ |
.oauth-enroll-state-working #oauth-enroll-step-working, |
.oauth-enroll-state-error #oauth-enroll-step-error, |
+.oauth-enroll-state-attribute-prompt #oauth-enroll-step-attribute-prompt, |
.oauth-enroll-state-success #oauth-enroll-step-success { |
display: table; |
height: 480px; |
@@ -96,7 +97,9 @@ |
.oauth-enroll-state-working.mode-manual #oauth-enroll-cancel-button, |
.oauth-enroll-state-working #oauth-enroll-back-button, |
.oauth-enroll-state-error.mode-manual #oauth-enroll-cancel-button, |
+.oauth-enroll-state-error.mode-manual #oauth-enroll-done-button, |
.oauth-enroll-state-error #oauth-enroll-back-button, |
+.oauth-enroll-state-attribute-prompt #oauth-enroll-continue-button, |
.oauth-enroll-state-success #oauth-enroll-done-button { |
display: inline; |
} |
@@ -177,3 +180,22 @@ html[dir=rtl] #oauth-enroll-back-button { |
#oauth-enrollment.saml #oauth-enroll-back-button { |
display: none; |
} |
+ |
+.oauth-enroll-textbox { |
+ display: inline-block; |
+ position: relative; |
+ top: 10px; |
+ vertical-align: top; |
+} |
+ |
+.oauth-enroll-textbox.oauth-enroll-attribute-field[type='text'] { |
+ border-color: black; |
+ font-size: 16px; |
+ position: relative; |
+ width: 250px; |
+} |
+ |
+.oauth-enroll-textbox.auth-enroll-attribute-label { |
+ display: inline; |
+ position: relative; |
+} |