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

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

Issue 1115993002: ChromeOS Gaia: SAML password confirmation dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
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 6b5ddf8718421fb50227daeb8f00be689027aaf4..108120b37007201fc8678c3dc29dfe2bc6be244e 100644
--- a/chrome/browser/resources/chromeos/login/gaia_password_changed.html
+++ b/chrome/browser/resources/chromeos/login/gaia_password_changed.html
@@ -43,9 +43,8 @@
<gaia-card id="oldPasswordCard">
<gaia-header class="header" email="{{email}}">
</gaia-header>
- <div horizontal layout center class="footer margined">
- <p class="gaia-body-text"
- i18n-content="passwordChangedTitle">
+ <div horizontal layout center class="footer gaia-body-text">
+ <p i18n-content="passwordChangedTitle">
</p>
</div>
<gaia-input-form class="footer" id="oldPasswordInput"
@@ -65,10 +64,9 @@
<gaia-header class="header" email="{{email}}">
</gaia-header>
<div class="footer">
- <div horizontal layout center class="margined">
+ <div horizontal layout center class="gaia-body-text">
<core-icon icon="warning"></core-icon>
- <p flex class="gaia-body-text"
- i18n-content="passwordChangedProceedAnywayTitle">
+ <p flex i18n-content="passwordChangedProceedAnywayTitle">
</p>
</div>
<div horizontal layout justified center>

Powered by Google App Engine
This is Rietveld 408576698