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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="step right hidden" id="gaia-signin"> 1 <div class="step right hidden" id="gaia-signin">
2 <div id="gaia-signin-aria-label" aria-live="polite"></div> 2 <div id="gaia-signin-aria-label" aria-live="polite"></div>
3 <iframe id="signin-frame" hidden 3 <div id="signin-box">
4 src="about:blank" 4 <div id="login-box"><!-- Aligned with the login box in iframe --></div>
5 marginwidth="0" 5 <iframe id="signin-frame" hidden
6 marginheight="0" 6 src="about:blank"
7 frameborder="0" 7 marginwidth="0"
8 scrolling="no"></iframe> 8 marginheight="0"
9 frameborder="0"
10 scrolling="no"></iframe>
11 </div>
9 <div id="signin-right" hidden> 12 <div id="signin-right" hidden>
10 <div id="createAccount" class="signin-text"></div> 13 <div id="createAccount" class="signin-text"></div>
11 <div id="guestSignin" class="signin-text"></div> 14 <div id="guestSignin" class="signin-text"></div>
12 </div> 15 </div>
13 <div id="gaia-loading"> 16 <div id="gaia-loading">
14 <div class="spinner"></div> 17 <div class="spinner"></div>
15 </div> 18 </div>
16 </div> 19 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698