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

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

Issue 9310050: [cros] Error bubble on login is displayed to the left of Gaia frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: License fixes. Created 8 years, 10 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/screen_gaia_signin.html
diff --git a/chrome/browser/resources/chromeos/login/screen_gaia_signin.html b/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
index d34555c25df4e2072af1c6da5d5c72af07bf9859..7a467256f87a826a4a052cff658eeab79b40d878 100644
--- a/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
+++ b/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
@@ -1,6 +1,7 @@
<div class="step right hidden" id="gaia-signin">
<div id="gaia-signin-aria-label" aria-live="polite"></div>
<div>
+ <div id="login-box"><!-- Aligned with the login box in iframe --></div>
<iframe id="signin-frame" hidden
src="about:blank"
marginwidth="0"

Powered by Google App Engine
This is Rietveld 408576698