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

Unified Diff: chrome/browser/resources/ntp_search/mock/debug.css

Issue 10907065: NTP5: Fix page blacklisting and remove recently closed tabs when they're clicked. Fix the styling … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bugs. Created 8 years, 3 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
Index: chrome/browser/resources/ntp_search/mock/debug.css
diff --git a/chrome/browser/resources/ntp_search/mock/debug.css b/chrome/browser/resources/ntp_search/mock/debug.css
index c2978cce2197206017f84d2b5c3f6e72d5a6c2b9..09685f9bb0befd40ee0d7f1726304bf5dd372d13 100644
--- a/chrome/browser/resources/ntp_search/mock/debug.css
+++ b/chrome/browser/resources/ntp_search/mock/debug.css
@@ -9,7 +9,7 @@
========================================================================= */
#ntp5 #card-slider-frame {
- bottom: 0;
+ bottom: 24px;
position: absolute;
top: inherit;
}
@@ -37,11 +37,13 @@
}
#ntp5 .tile-page-content {
- padding: 0;
+ padding: 24px 0 0 0;
}
#ntp5 #notification-container {
bottom: inherit;
+ position: absolute;
+ top: 4px;
}
/* =========================================================================

Powered by Google App Engine
This is Rietveld 408576698