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

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

Issue 1109823002: ChromeOS GAIA: Fixed size for close and back buttons on signin and enrollment screens (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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.html
diff --git a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html
index 42462cc0ff9ec1cda10075589ceef2af348dee79..98f3dba612fb4debb4454420596f68ddab7877ce 100644
--- a/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html
+++ b/chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html
@@ -3,8 +3,8 @@
found in the LICENSE file. -->
<div id="oauth-enrollment" class="step no-logo hidden" hidden>
- <div id="oauth-enroll-cancel-button" class="oauth-enroll-button"></div>
- <div id="oauth-enroll-back-button" class="oauth-enroll-button" hidden></div>
+ <div id="oauth-enroll-cancel-button" class="custom-gaia-button"></div>
+ <div id="oauth-enroll-back-button" class="custom-gaia-button" hidden></div>
<div id="oauth-enroll-step-contents">
<div id="oauth-enroll-step-signin">
<div id="oauth-enroll-auth-view-container"></div>

Powered by Google App Engine
This is Rietveld 408576698