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

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

Issue 1113553002: ChromeOS Gaia: Fixed slide-from-right transitions for rtl languages. (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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/offline_gaia.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ea17f2498cf91c56f994d79d20ed7b2a81ebc58a..cc7e1f2d47f25adba493b60f6e7fe586ec6b975b 100644
--- a/chrome/browser/resources/chromeos/login/offline_gaia.html
+++ b/chrome/browser/resources/chromeos/login/offline_gaia.html
@@ -41,8 +41,9 @@
on-tap="{{onBack}}">
</gaia-core-icon-button>
<core-animated-pages id="animatedPages" transitions="slide-from-right"
+ valueattr="id"
on-core-animated-pages-transition-end="{{onTransitionEnd}}" flex>
- <section flex>
+ <section flex id="emailSection">
<gaia-card>
<div class="header" flex vertical layout end-justified start>
<h1 class="welcome-message" i18n-content="offlineLoginWelcome"></h1>
@@ -62,7 +63,7 @@
</div>
</gaia-card>
</section>
- <section flex>
+ <section flex id="passwordSection">
<gaia-card>
<gaia-header class="header" id="passwordHeader">
</gaia-header>
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/offline_gaia.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698