| 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..8589779b48cd48b4b31773bb66378fa37264eed6 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-attribute-prompt #oauth-enroll-step-attribute-prompt,
|
| .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-attribute-prompt #oauth-enroll-continue-button,
|
| .oauth-enroll-state-success #oauth-enroll-done-button {
|
| display: inline;
|
| }
|
| @@ -168,3 +171,23 @@
|
| #oauth-saml-notice-message {
|
| margin: 0 auto;
|
| }
|
| +
|
| +.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;
|
| + display: inline;
|
| + font-size: 16px;
|
| + position: relative;
|
| + width: 250px;
|
| +}
|
| +
|
| +.oauth-enroll-textbox.auth-enroll-attribute-label {
|
| + display: inline;
|
| + position: relative;
|
| +}
|
|
|