summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-09 17:22:00 +0000
committerarv@chromium.org <arv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-09 17:22:00 +0000
commit829a0c65bbded9a3262d5164e612ebdbc961d3c5 (patch)
treec163dfa237d0ca7a4d261ab49899c9f27d54b9f0 /chrome
parentc925ad166b4825c6412a318092a664da58b5f365 (diff)
downloadchromium_src-829a0c65bbded9a3262d5164e612ebdbc961d3c5.zip
chromium_src-829a0c65bbded9a3262d5164e612ebdbc961d3c5.tar.gz
chromium_src-829a0c65bbded9a3262d5164e612ebdbc961d3c5.tar.bz2
NTP: Fix the size of the most visited settings button so that the image is not cut off.
BUG=54864 TEST=Open NTP and look at the wrench icon of the most visited section. Review URL: http://codereview.chromium.org/3362014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58954 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/resources/new_new_tab.css4
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 f43aaa8..62232ce 100644
--- a/chrome/browser/resources/new_new_tab.css
+++ b/chrome/browser/resources/new_new_tab.css
@@ -333,11 +333,11 @@ html[dir=rtl] .section > h2 .settings-wrapper {
background-position: center center;
background-repeat: no-repeat;
border: 0;
- height: 11px;
+ height: 13px;
left: 5px;
position: absolute;
top: 5px;
- width: 11px;
+ width: 13px;
}
.section.hidden > h2 .settings-wrapper {