From 3eb923c081d9e23654f6f618b0ba553fb7f2bcfa Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Mon, 18 Oct 2010 21:45:19 +0000 Subject: Scroll new apps into view when they are installed. Also, minor adjustment to spacing at bottom of scrollable areas. BUG=59235 TEST=Install enough apps so that the apps section scrolls, and then install one more. Apps section should scroll to bottom so that you can see the animation happen. Review URL: http://codereview.chromium.org/3771007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62977 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/ntp/apps.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chrome/browser/resources/ntp/apps.css') diff --git a/chrome/browser/resources/ntp/apps.css b/chrome/browser/resources/ntp/apps.css index 3e2f8f9..b4932df 100644 --- a/chrome/browser/resources/ntp/apps.css +++ b/chrome/browser/resources/ntp/apps.css @@ -6,6 +6,10 @@ max-width: 780px; /* (124 + margin * 2) * 6 */ } +#apps-maxiview { + padding-bottom: 10px; +} + html.apps-promo-visible #apps-content { max-width: 650px; /* (124 + margin * 2) * 5 */ } -- cgit v1.1