Index: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.css |
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.css b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.css |
index ca7e51dde8f4351ece4e39303225294ccf2e9fdd..dab58d7e9f1629126200ffa4e36469dc1cb3b07c 100644 |
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.css |
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.css |
@@ -21,6 +21,7 @@ |
.oauth-enroll-state-working #oauth-enroll-step-working, |
.oauth-enroll-state-error #oauth-enroll-step-error, |
+.oauth-enroll-state-naming #oauth-enroll-step-naming, |
.oauth-enroll-state-success #oauth-enroll-step-success { |
display: table; |
height: 480px; |
@@ -125,8 +126,10 @@ |
.oauth-enroll-state-working.mode-forced #oauth-enroll-back-button, |
.oauth-enroll-state-working.mode-recovery #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.mode-forced #oauth-enroll-back-button, |
.oauth-enroll-state-error.mode-recovery #oauth-enroll-back-button, |
+.oauth-enroll-state-naming #oauth-enroll-continue-button, |
.oauth-enroll-state-success #oauth-enroll-done-button { |
display: inline; |
} |
@@ -168,3 +171,22 @@ |
#oauth-saml-notice-message { |
margin: 0 auto; |
} |
+ |
+.oauth-enroll-textbox { |
+ display: inline; |
+ position: relative; |
+ top: 10px; |
+ vertical-align: top; |
+} |
+ |
+.oauth-enroll-textbox.oauth-enroll-naming-field[type='text'] { |
+ border-color: black; |
+ font-size: 16px; |
+ position: relative; |
+ width: 250px; |
+} |
+ |
+.oauth-enroll-textbox #auth-enroll-naming-label { |
+ display: inline; |
+ position: relative; |
+} |