diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 00:21:01 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-13 00:21:01 +0000 |
commit | d9d88a6af822627c7ea6f26a2146756f798a6b16 (patch) | |
tree | 05329fb6cf052b5676bef55e4e701b0977c6b14e | |
parent | 7e515e1afbe7b839651e074508efc2b3d088bbc9 (diff) | |
download | chromium_src-d9d88a6af822627c7ea6f26a2146756f798a6b16.zip chromium_src-d9d88a6af822627c7ea6f26a2146756f798a6b16.tar.gz chromium_src-d9d88a6af822627c7ea6f26a2146756f798a6b16.tar.bz2 |
Merge 46416 - 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
TBR=dantasse@chromium.org
Review URL: http://codereview.chromium.org/2015021
git-svn-id: svn://svn.chromium.org/chrome/branches/375/src@47101 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-x | 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 bc977e8..e3c8c4a 100755 --- 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> |