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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html i18n-values="dir:textdirection;"> 1 <html i18n-values="dir:textdirection;">
2 <style type="text/css"><!-- 2 <style type="text/css"><!--
3 body,td,div,p,a,font,span {font-family: arial,sans-serif;} 3 body,td,div,p,a,font,span {font-family: arial,sans-serif;}
4 body { bgcolor:"#ffffff" } 4 body { bgcolor:"#ffffff" }
5 A:link {color:#0000cc; } 5 A:link {color:#0000cc; }
6 A:visited { color:#551a8b; } 6 A:visited { color:#551a8b; }
7 A:active { color:#ff0000; } 7 A:active { color:#ff0000; }
8 .form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid} 8 .form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid}
9 --></style> 9 --></style>
10 <head> 10 <head>
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 </td> 295 </td>
296 </tr> 296 </tr>
297 <tr> 297 <tr>
298 <td> 298 <td>
299 </td> 299 </td>
300 <td> 300 <td>
301 </td> 301 </td>
302 </tr> 302 </tr>
303 <tr> 303 <tr>
304 <td> 304 <td>
305 <div id="throbber_container" style="display:none">
306 <div id="throb"
307 style="background-image:url(throbber.png);
308 width:16px; height:16px; background-position:0px;">
309 </div>
310 </div>
305 </td> 311 </td>
306 <td> 312 <td>
307 <table> 313 <input id="signIn" type="button" class="gaia le button"
308 <tr> 314 name="signIn" i18n-values="value:signin"
309 <td> 315 onclick="sendCredentialsAndClose();"
310 <div id="throbber_container" style="display:none"> 316 style="width:85" />
311 <div id="throb" style="background-image:url(throbber.png); 317
312 width:16px; height:16px; background-position:0px;">
313 </div>
314 </div>
315 </td>
316 <td>
317 <input id="signIn" type="button" class="gaia le button"
318 name="signIn" i18n-values="value:signin"
319 onclick="sendCredentialsAndClose();"
320 style="width:85" />
321 </td>
322 </tr>
323 </table>
324 </td> 318 </td>
325 </tr> 319 </tr>
326 <tr id="ga-fprow"> 320 <tr id="ga-fprow">
327 <td colspan="2" height="16.0" class="gaia le fpwd" 321 <td colspan="2" height="16.0" class="gaia le fpwd"
328 align="center" valign="bottom"> 322 align="center" valign="bottom">
329 <a href="http://www.google.com/support/accounts/bin/answer.py?answ er=48598&hl=en&fpUrl=https%3A%2F%2Fwww.google.com%2Faccounts%2FForgotPasswd%3Ffp Only%3D1%26service%3Dchromiumsync" 323 <a href="http://www.google.com/support/accounts/bin/answer.py?answ er=48598&hl=en&fpUrl=https%3A%2F%2Fwww.google.com%2Faccounts%2FForgotPasswd%3Ffp Only%3D1%26service%3Dchromiumsync"
330 target=_blank i18n-content="cannotaccessaccount"> 324 target=_blank i18n-content="cannotaccessaccount">
331 </a> 325 </a>
332 </td> 326 </td>
333 </tr> 327 </tr>
(...skipping 14 matching lines...) Expand all
348 </form> 342 </form>
349 </td> 343 </td>
350 </tr> 344 </tr>
351 </table> 345 </table>
352 <div class="endaligned"> 346 <div class="endaligned">
353 <input type="button" name="cancel" i18n-values="value:cancel" 347 <input type="button" name="cancel" i18n-values="value:cancel"
354 onclick="CloseDialog();" style="width:85" /> 348 onclick="CloseDialog();" style="width:85" />
355 </div> 349 </div>
356 </body> 350 </body>
357 </html> 351 </html>
OLDNEW
« 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