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 1a81afb1f06ebb3badc37eb4e3909bb7f09500fc..12d25d6b707c393170778a01dac1b6d8b3441863 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 |
@@ -23,6 +23,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; |
@@ -93,7 +94,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; |
} |
@@ -167,3 +170,22 @@ html[dir=rtl] #oauth-enroll-back-button { |
left: auto; |
right: 14px; |
} |
+ |
+.oauth-enroll-textbox { |
+ display: inline; |
+ 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; |
+} |