diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 21:45:19 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-18 21:45:19 +0000 |
commit | 3eb923c081d9e23654f6f618b0ba553fb7f2bcfa (patch) | |
tree | 43ce971adad8759e110c164d80c6e8f8b5122867 /chrome/browser/resources/ntp/apps.css | |
parent | 2a8741c8a8a9e8be6eb74809b8280dba76219f2d (diff) | |
download | chromium_src-3eb923c081d9e23654f6f618b0ba553fb7f2bcfa.zip chromium_src-3eb923c081d9e23654f6f618b0ba553fb7f2bcfa.tar.gz chromium_src-3eb923c081d9e23654f6f618b0ba553fb7f2bcfa.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/resources/ntp/apps.css')
-rw-r--r-- | chrome/browser/resources/ntp/apps.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ } |