summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/resources
diff options
context:
space:
mode:
authorchron@google.com <chron@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-14 22:00:49 +0000
committerchron@google.com <chron@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-14 22:00:49 +0000
commitbc163567fd8cb3b72ad419af764d01f46bd771ce (patch)
tree88f99ddb39c7af4a532b77c319988b307fc158d4 /chrome/browser/sync/resources
parent95909d3b07875b4350ffa846802e677140589696 (diff)
downloadchromium_src-bc163567fd8cb3b72ad419af764d01f46bd771ce.zip
chromium_src-bc163567fd8cb3b72ad419af764d01f46bd771ce.tar.gz
chromium_src-bc163567fd8cb3b72ad419af764d01f46bd771ce.tar.bz2
Fix a few languages: sync dialog box was cutting off the cancel button.
Add padding to throbber. Fix merge and sync cutoff. BUG=27770, 29767, 29788, 29782, 29647 TEST=manually checked all languages, Review URL: http://codereview.chromium.org/460123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34502 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/resources')
-rwxr-xr-xchrome/browser/sync/resources/gaia_login.html10
-rw-r--r--chrome/browser/sync/resources/merge_and_sync.html2
2 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/sync/resources/gaia_login.html b/chrome/browser/sync/resources/gaia_login.html
index 5732519..2b555ec 100755
--- a/chrome/browser/sync/resources/gaia_login.html
+++ b/chrome/browser/sync/resources/gaia_login.html
@@ -426,17 +426,17 @@
<table align="center" cellpadding="0" cellspacing="0">
<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 id="throbber_container" style="display:none;">
+ <div id="throb" style="background-image:url(throbber.png);
+ width:16px; height:16px; background-position:0px;
+ margin:0px 10px 0px 10px">
</div>
</div>
</td>
<td class="noverticalpadding">
<input id="signIn" type="button" class="gaia le button"
name="signIn" i18n-values="value:signin"
- onclick="sendCredentialsAndClose();"
- style="width:85" />
+ onclick="sendCredentialsAndClose();" />
</td>
</tr>
</table>
diff --git a/chrome/browser/sync/resources/merge_and_sync.html b/chrome/browser/sync/resources/merge_and_sync.html
index d902d10..38dd2cd 100644
--- a/chrome/browser/sync/resources/merge_and_sync.html
+++ b/chrome/browser/sync/resources/merge_and_sync.html
@@ -87,7 +87,7 @@ html[dir='rtl'] .textaligned {
i18n-values="value:mergeandsynclabel"
onclick="acceptMergeAndSync();" />
<input id="close" type="button" i18n-values="value:abortlabel"
- onclick="Close();" style="width:85"/>
+ onclick="Close();"/>
</td>
</tr>
</table>