From 7dba30fd1e955ccc0a6ae8395e7fd9b63ec08a46 Mon Sep 17 00:00:00 2001 From: "arv@chromium.org" Date: Thu, 13 May 2010 17:58:52 +0000 Subject: Make the apps icons wider. BUG=None TEST=None Review URL: http://codereview.chromium.org/2072002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47161 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/new_new_tab.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'chrome/browser/resources') diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index 1807d01..a4d7c46 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -601,22 +601,20 @@ html[dir=rtl] #option-menu > [command=hide]:before { -webkit-box-sizing: border-box; -webkit-transition: background-color .15s; background: rgba(255, 255, 255, 0) /* transparent white */ - no-repeat center 5px; + no-repeat center 10px; background-size: 96px 96px; border-radius: 10px; color: black; display: inline-block; font-weight: bold; margin: 5px; - margin-right:5px; overflow: hidden; - padding: 5px; - padding-top: 106px; /* 96 + 5 + 5 */ + padding: 111px 10px 10px; /* 10 + 96 + 5 */ text-align: center; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; - width: 105px; /* 920 / 8 - margin * 2 */ + width: 121px; /* 920 / 7 - margin * 2 */ } #apps-section a[new=new] { -- cgit v1.1