summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
diff options
context:
space:
mode:
authorjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-07 18:25:23 +0000
committerjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-07 18:25:23 +0000
commit419d85de128f5e14704c71a53cb3b45180d3fa71 (patch)
tree29764eed3265aafd81d8a6332d497f12ee47e06e /chrome/browser/sync
parent6a6255cf87148f52d73816ba3007a573fb275fc4 (diff)
downloadchromium_src-419d85de128f5e14704c71a53cb3b45180d3fa71.zip
chromium_src-419d85de128f5e14704c71a53cb3b45180d3fa71.tar.gz
chromium_src-419d85de128f5e14704c71a53cb3b45180d3fa71.tar.bz2
Allow the tab widths to expand, e.g. for internationalization.
BUG=71978 TEST=see bug Review URL: http://codereview.chromium.org/6250182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74002 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync')
-rw-r--r--chrome/browser/sync/resources/configure.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/resources/configure.html b/chrome/browser/sync/resources/configure.html
index 16f7d2a..8f13ec4 100644
--- a/chrome/browser/sync/resources/configure.html
+++ b/chrome/browser/sync/resources/configure.html
@@ -67,9 +67,9 @@ form {
.sync-config-tab-inactive {
float: left;
height: 22px;
- padding-top: 3px;
+ padding: 3px 5px 0px;
margin-left: 15px;
- width: 100px;
+ min-width: 100px;
text-align: center;
}
.sync-config-tab-active A,