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

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

Issue 270081: Facelifts to sync UI (Closed) Base URL: svn://chrome-svn/chrome/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 | « chrome/browser/sync/profile_sync_service.cc ('k') | chrome/browser/sync/resources/merge_and_sync.html » ('j') | 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 29168)
+++ chrome/browser/sync/resources/gaia_login.html (working copy)
@@ -34,6 +34,9 @@
text-align: left;
margin: 5px;
}
+ #gaia_loginform {
+ margin-bottom: 0.5em;
+ }
--></style>
</head>
<body bgcolor="#ffffff" vlink="#666666"
@@ -190,8 +193,8 @@
</div>
<form id="gaia_loginform" onsubmit="sendCredentialsAndClose(); return false;">
<div id="gaia_loginbox">
-<table class="form-noindent" cellspacing="3" cellpadding="5" width="100%"
- border="0">
+<table class="form-noindent" cellspacing="3" cellpadding="5" width="75%"
+ border="0" align="center">
<tr>
<td valign="top" style="text-align:center" nowrap="nowrap"
bgcolor="#e8eefa">
@@ -313,7 +316,8 @@
<td>
<input id="signIn" type="button" class="gaia le button"
name="signIn" i18n-values="value:signin"
- onclick="sendCredentialsAndClose();" />
+ onclick="sendCredentialsAndClose();"
+ style="width:85" />
</td>
</tr>
</table>
@@ -346,7 +350,8 @@
</tr>
</table>
<div class="endaligned">
- <input type="button" name="cancel" i18n-values="value:cancel" onclick="CloseDialog();"/>
+ <input type="button" name="cancel" i18n-values="value:cancel"
+ onclick="CloseDialog();" style="width:85" />
</div>
</body>
</html>
« no previous file with comments | « chrome/browser/sync/profile_sync_service.cc ('k') | chrome/browser/sync/resources/merge_and_sync.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698