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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.css

Issue 975353002: Added OOBE Asset / Naming prompt (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merged with master Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
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;
+}

Powered by Google App Engine
This is Rietveld 408576698