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

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. 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 3c923b96cf95dc57632f07d3a62402a695b6c2b9..3c18c94c1a5e2373ef6cbf759fee0a8d5be68d3c 100644
--- a/chrome/browser/resources/ntp_search/new_tab.html
+++ b/chrome/browser/resources/ntp_search/new_tab.html
@@ -91,18 +91,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>
<button id="page-switcher-start" class="page-switcher custom-appearance"
tabindex="2" hidden>‹

Powered by Google App Engine
This is Rietveld 408576698