| 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">
|
|
|