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

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

Issue 1132043002: Refresh button for FrE and recovery modes added to enrollment screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gaia_icon_button
Patch Set: Rebased. Created 5 years, 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 02733dd517a936dd92d51fada7b7413cfae18049..a0d6c553460ba39448e68a29dcba86dddf8ff3eb 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
@@ -79,13 +79,23 @@
display: none;
}
+#oauth-enroll-back-button,
+#oauth-enrollment.saml #oauth-enroll-back-button {
+ display: none;
+}
+
+.oauth-enroll-state-signin #oauth-enroll-back-button {
+ display: inline;
+}
+
.oauth-enroll-state-signin.mode-manual #oauth-enroll-cancel-button,
-.oauth-enroll-state-signin #oauth-enroll-back-button,
+.oauth-enroll-state-signin.mode-forced #oauth-enroll-refresh-button,
+.oauth-enroll-state-signin.mode-recovery #oauth-enroll-refresh-button,
.oauth-enroll-state-working.mode-manual #oauth-enroll-cancel-button,
-.oauth-enroll-state-working #oauth-enroll-back-button,
+.oauth-enroll-state-working.mode-forced #oauth-enroll-refresh-button,
+.oauth-enroll-stain-working.mode-recovery #oauth-enroll-refresh-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-success #oauth-enroll-done-button {
display: inline;
}
@@ -123,27 +133,34 @@
}
#oauth-enroll-cancel-button,
-#oauth-enroll-back-button {
+#oauth-enroll-back-button,
+#oauth-enroll-refresh-button {
position: absolute;
top: 10px;
+ z-index: 1;
}
-#oauth-enroll-cancel-button {
+#oauth-enroll-cancel-button,
+#oauth-enroll-refresh-button {
color: rgba(0, 0, 0, .54);
right: 10px;
}
-html[dir=rtl] #oauth-enroll-cancel-button {
+html[dir=rtl] #oauth-enroll-cancel-button,
+html[dir=rtl] #oauth-enroll-refresh-button {
left: 10px;
right: auto;
}
-#oauth-enrollment.saml #oauth-enroll-cancel-button {
+#oauth-enrollment.saml #oauth-enroll-cancel-button,
+#oauth-enrollment.saml #oauth-enroll-refresh-button {
color: rgba(0, 0, 0, .54);
}
.oauth-enroll-state-signin #oauth-enroll-cancel-button,
-.oauth-enroll-state-working #oauth-enroll-cancel-button {
+.oauth-enroll-state-working #oauth-enroll-cancel-button,
+.oauth-enroll-state-signin #oauth-enroll-refresh-button,
+.oauth-enroll-state-working #oauth-enroll-refresh-button {
color: white;
}
@@ -165,3 +182,4 @@ html[dir=rtl] #oauth-enroll-back-button {
#oauth-enroll-attribute-prompt-message {
color: black;
}
+
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698