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

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: Whitespace. Created 8 years, 11 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 4b5ca280dfd1eeac95d32f287219a89c44d4adb9..3132ebf24147e21c4e763b6c5e1dac559208ebc9 100644
--- a/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
+++ b/chrome/browser/resources/chromeos/login/screen_gaia_signin.html
@@ -1,11 +1,14 @@
<div class="step right hidden" id="gaia-signin">
<div id="gaia-signin-aria-label" aria-live="polite"></div>
- <iframe id="signin-frame" hidden
- src="about:blank"
- marginwidth="0"
- marginheight="0"
- frameborder="0"
- scrolling="no"></iframe>
+ <div id="signin-box">
+ <div id="login-box"><!-- Aligned with the login box in iframe --></div>
+ <iframe id="signin-frame" hidden
+ src="about:blank"
+ marginwidth="0"
+ marginheight="0"
+ frameborder="0"
+ scrolling="no"></iframe>
+ </div>
<div id="signin-right" hidden>
<div id="createAccount" class="signin-text"></div>
<div id="guestSignin" class="signin-text"></div>

Powered by Google App Engine
This is Rietveld 408576698