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

Unified Diff: chrome/browser/resources/chromeos/login/gaia_password_changed.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/gaia_password_changed.html
diff --git a/chrome/browser/resources/chromeos/login/gaia_password_changed.html b/chrome/browser/resources/chromeos/login/gaia_password_changed.html
index f75453d280dcb7473faa499d0b8ab8f2e3fbe08f..6b5ddf8718421fb50227daeb8f00be689027aaf4 100644
--- a/chrome/browser/resources/chromeos/login/gaia_password_changed.html
+++ b/chrome/browser/resources/chromeos/login/gaia_password_changed.html
@@ -43,9 +43,11 @@
<gaia-card id="oldPasswordCard">
<gaia-header class="header" email="{{email}}">
</gaia-header>
- <p class="footer gaia-body-text"
- i18n-content="passwordChangedTitle">
- </p>
+ <div horizontal layout center class="footer margined">
+ <p class="gaia-body-text"
+ i18n-content="passwordChangedTitle">
+ </p>
+ </div>
<gaia-input-form class="footer" id="oldPasswordInput"
inputtype="password"
i18n-values="errorMsg:oldPasswordIncorrect;
@@ -63,13 +65,13 @@
<gaia-header class="header" email="{{email}}">
</gaia-header>
<div class="footer">
- <div horizontal layout center>
+ <div horizontal layout center class="margined">
<core-icon icon="warning"></core-icon>
<p flex class="gaia-body-text"
i18n-content="passwordChangedProceedAnywayTitle">
</p>
</div>
- <div horizontal layout justified center class="margined">
+ <div horizontal layout justified center>
<gaia-paper-button noink i18n-content="passwordChangedTryAgain"
class="link-button"
on-tap="{{onTryAgainClicked}}">

Powered by Google App Engine
This is Rietveld 408576698