summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-13 17:58:52 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-13 17:58:52 +0000
commit7dba30fd1e955ccc0a6ae8395e7fd9b63ec08a46 (patch)
tree54068cef5e2f089557a976fe2daa5e2f6994d45e /chrome/browser/resources
parent25299f2df64fa07dd8a94b2c5c301ea9b0a0b6f6 (diff)
downloadchromium_src-7dba30fd1e955ccc0a6ae8395e7fd9b63ec08a46.zip
chromium_src-7dba30fd1e955ccc0a6ae8395e7fd9b63ec08a46.tar.gz
chromium_src-7dba30fd1e955ccc0a6ae8395e7fd9b63ec08a46.tar.bz2
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
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r--chrome/browser/resources/new_new_tab.css8
1 files changed, 3 insertions, 5 deletions
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] {