diff options
author | dantasse@chromium.org <dantasse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-04 23:58:45 +0000 |
---|---|---|
committer | dantasse@chromium.org <dantasse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-04 23:58:45 +0000 |
commit | 4ed7789636e049665fd65ebca1aefdaf7900620d (patch) | |
tree | d01995bf785f6b251aa6de72044a4fa094d41b7a /chrome/browser/sync/resources | |
parent | 86d749182cc3507fb686de0b156bdedcd5c6c2ad (diff) | |
download | chromium_src-4ed7789636e049665fd65ebca1aefdaf7900620d.zip chromium_src-4ed7789636e049665fd65ebca1aefdaf7900620d.tar.gz chromium_src-4ed7789636e049665fd65ebca1aefdaf7900620d.tar.bz2 |
so it fits the "customize sync" text in all languages.
BUG=42769
TEST=click "set up sync" in chrome in any language, make sure the "customize sync" text fits inside the button.
For a screenshot of how it'll look: http://chromium.googlecode.com/issues/attachment?aid=-4915103749708609065&name=customize_sync_button.jpg&token=1393e02a3f3cd5e36e332205f24bf6d1&inline=1
Review URL: http://codereview.chromium.org/1712022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46416 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/resources')
-rw-r--r-- | chrome/browser/sync/resources/gaia_login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/resources/gaia_login.html b/chrome/browser/sync/resources/gaia_login.html index 1360cbc..88940eb 100644 --- a/chrome/browser/sync/resources/gaia_login.html +++ b/chrome/browser/sync/resources/gaia_login.html @@ -494,7 +494,7 @@ <td class="endaligned noverticalpadding" colspan="2" style="vertical-align: bottom"> <input id="customize" type="button" name="customize" i18n-values="value:customize" onclick="showCustomize();" - style="width:150;visibility:hidden" disabled="disabled"> + style="visibility:hidden" disabled="disabled"> <input type="button" name="cancel" i18n-values="value:cancel" onclick="CloseDialog();" style="width:85"> </td> |