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

Unified Diff: chrome/browser/resources/ntp_search/new_tab.html

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: Rebase and respond to Evan's comments. 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/new_tab.html
diff --git a/chrome/browser/resources/ntp_search/new_tab.html b/chrome/browser/resources/ntp_search/new_tab.html
index fb6f93e21c0ebe32067dda68fd529daa7046370d..21caff7e3d08b281bd2d55e784b8bf6e42d0692d 100644
--- a/chrome/browser/resources/ntp_search/new_tab.html
+++ b/chrome/browser/resources/ntp_search/new_tab.html
@@ -86,18 +86,17 @@
<div id="login-status-sub-header"></div>
</button>
- <div id="notification-container" class="inactive" hidden>
- <div id="notification">
- <span></span>
- <div id="notificationLinks"></div>
- <button class="close-button custom-appearance" class="custom-appearance">
- </button>
- </div>
- </div>
-
<div id="card-slider-frame">
<div id="page-list-menu">
<ul id="dot-list"></ul>
+ <div id="notification-container" class="inactive" hidden>
+ <div id="notification">
+ <span></span>
+ <div id="notificationLinks"></div>
+ <button class="close-button custom-appearance">
+ </button>
+ </div>
+ </div>
</div>
<div id="page-list"></div>
<div id="attribution">
« no previous file with comments | « chrome/browser/resources/ntp_search/most_visited_page.js ('k') | chrome/browser/resources/ntp_search/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698