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

Unified Diff: chrome/browser/sync/resources/gaia_login.html

Issue 276064: Remove table to avoid button shift after click.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 11 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/resources/gaia_login.html
===================================================================
--- chrome/browser/sync/resources/gaia_login.html (revision 29232)
+++ chrome/browser/sync/resources/gaia_login.html (working copy)
@@ -302,25 +302,19 @@
</tr>
<tr>
<td>
+ <div id="throbber_container" style="display:none">
+ <div id="throb"
+ style="background-image:url(throbber.png);
+ width:16px; height:16px; background-position:0px;">
+ </div>
+ </div>
</td>
<td>
- <table>
- <tr>
- <td>
- <div id="throbber_container" style="display:none">
- <div id="throb" style="background-image:url(throbber.png);
- width:16px; height:16px; background-position:0px;">
- </div>
- </div>
- </td>
- <td>
- <input id="signIn" type="button" class="gaia le button"
- name="signIn" i18n-values="value:signin"
- onclick="sendCredentialsAndClose();"
- style="width:85" />
- </td>
- </tr>
- </table>
+ <input id="signIn" type="button" class="gaia le button"
+ name="signIn" i18n-values="value:signin"
+ onclick="sendCredentialsAndClose();"
+ style="width:85" />
+
</td>
</tr>
<tr id="ga-fprow">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698