Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Issue 8771060: ntp: adjust top padding (Closed)

Created:
9 years ago by Evan Stade
Modified:
9 years ago
Reviewers:
csilv, Dan Beam
CC:
chromium-reviews, estade+watch_chromium.org, arv (Not doing code reviews)
Visibility:
Public.

Description

ntp: adjust top padding re-adjusted the padding above the tile grid to have a minimum of 60px rather than 100px, also it scales upwards faster as the page height increases because instead of aligning the middle of the tile grid at 1/3 from the top of the page, we align the 1/3 mark of the tile grid with the 1/3 mark of the page. the end result is that a browser window <800px tall with 3 rows of apps and a floating bbar still will not have a scrollbar BUG=101290 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113345

Patch Set 1 #

Total comments: 3

Patch Set 2 : more commentary #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M chrome/browser/resources/ntp4/tile_page.css View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/ntp4/tile_page.js View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Evan Stade
http://codereview.chromium.org/8771060/diff/1/chrome/browser/resources/ntp4/tile_page.js File chrome/browser/resources/ntp4/tile_page.js (left): http://codereview.chromium.org/8771060/diff/1/chrome/browser/resources/ntp4/tile_page.js#oldcode902 chrome/browser/resources/ntp4/tile_page.js:902: usedHeight / 2 - 100 - this.content_.offsetTop; I can't ...
9 years ago (2011-12-07 00:12:03 UTC) #1
Dan Beam
http://codereview.chromium.org/8771060/diff/1/chrome/browser/resources/ntp4/tile_page.js File chrome/browser/resources/ntp4/tile_page.js (right): http://codereview.chromium.org/8771060/diff/1/chrome/browser/resources/ntp4/tile_page.js#newcode902 chrome/browser/resources/ntp4/tile_page.js:902: usedHeight / 3 - 60; What do you think ...
9 years ago (2011-12-07 00:16:28 UTC) #2
csilv
lgtm
9 years ago (2011-12-07 00:24:47 UTC) #3
Evan Stade
http://codereview.chromium.org/8771060/diff/1/chrome/browser/resources/ntp4/tile_page.js File chrome/browser/resources/ntp4/tile_page.js (right): http://codereview.chromium.org/8771060/diff/1/chrome/browser/resources/ntp4/tile_page.js#newcode902 chrome/browser/resources/ntp4/tile_page.js:902: usedHeight / 3 - 60; On 2011/12/07 00:16:28, Dan ...
9 years ago (2011-12-07 00:36:14 UTC) #4
Dan Beam
On 2011/12/07 00:36:14, Evan Stade wrote: > http://codereview.chromium.org/8771060/diff/1/chrome/browser/resources/ntp4/tile_page.js > File chrome/browser/resources/ntp4/tile_page.js (right): > > http://codereview.chromium.org/8771060/diff/1/chrome/browser/resources/ntp4/tile_page.js#newcode902 ...
9 years ago (2011-12-07 00:39:21 UTC) #5
Evan Stade
On 2011/12/07 00:39:21, Dan Beam wrote: > On 2011/12/07 00:36:14, Evan Stade wrote: > > ...
9 years ago (2011-12-07 00:42:17 UTC) #6
Dan Beam
lgtm
9 years ago (2011-12-07 00:47:07 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/estade@chromium.org/8771060/2003
9 years ago (2011-12-07 00:52:34 UTC) #8
commit-bot: I haz the power
9 years ago (2011-12-07 04:59:56 UTC) #9
Change committed as 113345

Powered by Google App Engine
This is Rietveld 408576698