diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 23:04:41 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 23:04:41 +0000 |
commit | 2e03945a0cb0d34b784e985af3fc05f6ad59ceff (patch) | |
tree | 3c329df6e048e779cd4626a71b98d7e0010ebe87 /chrome | |
parent | c59639d537a6a54a79ca0f831306ed58b785c908 (diff) | |
download | chromium_src-2e03945a0cb0d34b784e985af3fc05f6ad59ceff.zip chromium_src-2e03945a0cb0d34b784e985af3fc05f6ad59ceff.tar.gz chromium_src-2e03945a0cb0d34b784e985af3fc05f6ad59ceff.tar.bz2 |
Make app icons even wider.
TBR=arv@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47332 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index a4d7c46..7efc811 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -607,14 +607,14 @@ html[dir=rtl] #option-menu > [command=hide]:before { color: black; display: inline-block; font-weight: bold; - margin: 5px; + margin: 5px 3px; overflow: hidden; padding: 111px 10px 10px; /* 10 + 96 + 5 */ text-align: center; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; - width: 121px; /* 920 / 7 - margin * 2 */ + width: 124px; /* 920 / 7 - margin * 2 */ } #apps-section a[new=new] { |