Chromium Code Reviews| Index: chrome/browser/resources/ntp4/new_tab.js |
| =================================================================== |
| --- chrome/browser/resources/ntp4/new_tab.js (revision 96974) |
| +++ chrome/browser/resources/ntp4/new_tab.js (working copy) |
| @@ -553,6 +553,10 @@ |
| pageSwitcherRight.style.width = |
| (page.sideMargin - scrollbarWidth + 13) + 'px'; |
| pageSwitcherRight.style.right = scrollbarWidth + 'px'; |
| + pageSwitcherLeft.style.top = pageSwitcherRight.style.top = |
|
Evan Stade
2011/08/18 00:40:01
I'm not sure but I think that this will force a re
csilv
2011/08/18 18:10:36
Re-worked, PTAL.
|
| + pageSwitcherLeft.style.paddingBottom = |
| + pageSwitcherRight.style.paddingBottom = |
| + page.querySelector('.tile-page-content').offsetTop + 'px'; |
| } |
| /** |