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

Unified Diff: chrome/browser/resources/ntp4/new_tab.css

Issue 7674001: [ntp4] Prevent the page switcher from overlapping the bookmarks-page title header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Final review change. Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab.css
===================================================================
--- chrome/browser/resources/ntp4/new_tab.css (revision 97320)
+++ chrome/browser/resources/ntp4/new_tab.css (working copy)
@@ -201,10 +201,11 @@
.page-switcher {
background-color: transparent;
border: none;
+ bottom: 0;
font-size: 40px;
- height: 100%;
padding: 0;
position: absolute;
+ margin: 0;
max-width: 150px;
min-width: 90px;
opacity: 0.3;
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698