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

Side by Side Diff: chrome/browser/sync/resources/gaia_login.html

Issue 2897015: Clean up browser_resources.grd:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | « chrome/browser/sync/resources/about_sync.html ('k') | chrome/browser/sync/resources/gear.png » ('j') | 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 <head> 2 <head>
3 <style type="text/css"> 3 <style type="text/css">
4 body,td,div,p,a,font,span {font-family: arial,sans-serif;} 4 body,td,div,p,a,font,span {font-family: arial,sans-serif;}
5 body { background-color:#ffffff } 5 body { background-color:#ffffff }
6 A:link {color:#0000cc; } 6 A:link {color:#0000cc; }
7 A:visited { color:#551a8b; } 7 A:visited { color:#551a8b; }
8 A:active { color:#ff0000; } 8 A:active { color:#ff0000; }
9 .form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid} 9 .form-noindent {background-color: #ffffff; border: #C3D9FF 1px solid}
10 .body { margin-left: 3em; 10 .body { margin-left: 3em;
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 </td> 431 </td>
432 <td> 432 <td>
433 </td> 433 </td>
434 </tr> 434 </tr>
435 <tr> 435 <tr>
436 <td colspan="2"> 436 <td colspan="2">
437 <table align="center" cellpadding="0" cellspacing="0"> 437 <table align="center" cellpadding="0" cellspacing="0">
438 <tr> 438 <tr>
439 <td> 439 <td>
440 <div id="throbber_container" style="display:none;"> 440 <div id="throbber_container" style="display:none;">
441 <div id="throb" style="background-image:url(throbber.png); 441 <div id="throb" style="background-image:url(../../../../ap p/resources/throbber.png);
442 width:16px; height:16px; background-position:0px; 442 width:16px; height:16px; background-position:0px;
443 margin:0px 10px 0px 10px"> 443 margin:0px 10px 0px 10px">
444 </div> 444 </div>
445 </div> 445 </div>
446 </td> 446 </td>
447 <td class="noverticalpadding"> 447 <td class="noverticalpadding">
448 <input id="signIn" type="submit" class="gaia le button" 448 <input id="signIn" type="submit" class="gaia le button"
449 name="signIn" i18n-values="value:signin"/> 449 name="signIn" i18n-values="value:signin"/>
450 </td> 450 </td>
451 </tr> 451 </tr>
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 </tr> 485 </tr>
486 <tr> 486 <tr>
487 <td class="endaligned noverticalpadding" colspan="2" style="vertical-align: bo ttom"> 487 <td class="endaligned noverticalpadding" colspan="2" style="vertical-align: bo ttom">
488 <input type="button" name="cancel" i18n-values="value:cancel" 488 <input type="button" name="cancel" i18n-values="value:cancel"
489 onclick="CloseDialog();" style="width:85"> 489 onclick="CloseDialog();" style="width:85">
490 </td> 490 </td>
491 </tr> 491 </tr>
492 </table> 492 </table>
493 </body> 493 </body>
494 </html> 494 </html>
OLDNEW
« no previous file with comments | « chrome/browser/sync/resources/about_sync.html ('k') | chrome/browser/sync/resources/gear.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698