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

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

Issue 1100623003: ChromeOS Gaia: Polishing Offline UI and Password changed UI according to specs (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/offline_gaia.html
diff --git a/chrome/browser/resources/chromeos/login/offline_gaia.html b/chrome/browser/resources/chromeos/login/offline_gaia.html
index 01334c69819bb2c1fa73341e72830eaa300430e8..f94aaec0aebfa627e40dd224403e0dd8307faf11 100644
--- a/chrome/browser/resources/chromeos/login/offline_gaia.html
+++ b/chrome/browser/resources/chromeos/login/offline_gaia.html
@@ -41,8 +41,8 @@
<section flex>
<gaia-card>
<div class="header" flex vertical layout end-justified start>
- <h1 i18n-content="offlineLoginWelcome"></h1>
- <p hidden?="{{!enterpriseInfo}}">
+ <h1 class="welcome-message" i18n-content="offlineLoginWelcome"></h1>
+ <p class="enterprise-info" hidden?="{{!enterpriseInfo}}">
{{enterpriseInfo}}
</p>
</div>
@@ -66,12 +66,10 @@
i18n-values="errorMsg:offlineLoginInvalidPassword;
inputLabel:offlineLoginPassword;
buttonText:offlineLoginNextBtn">
- <a href="#" class="newgaia-link"
- on-tap="{{onForgotPasswordClicked}}"
- on-keydown="{{onForgotPasswordKeyDown}}"
- tabindex="0"
- i18n-content="offlineLoginForgotPasswordBtn">
- </a>
+ <gaia-paper-button noink class="link-button"
+ i18n-content="offlineLoginForgotPasswordBtn"
+ on-tap="{{onForgotPasswordClicked}}">
+ </gaia-paper-button>
<paper-action-dialog id="forgotPasswordDlg" autoCloseDisabled
backdrop on-keydown="{{onKeyDownOnDialog}}">
<p i18n-content="offlineLoginForgotPasswordDlg"></p>
« no previous file with comments | « chrome/browser/resources/chromeos/login/offline_gaia.css ('k') | chrome/browser/resources/chromeos/login/offline_gaia.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698