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

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

Issue 7787014: ntp4: fix positioning of notification bar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | 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.html
diff --git a/chrome/browser/resources/ntp4/new_tab.html b/chrome/browser/resources/ntp4/new_tab.html
index 24e79739f4a544b254886be09ec665da24d556a0..600fa96ba1b752cc615d487d3125a69957dc8c28 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -68,10 +68,12 @@ document.documentElement.setAttribute('touchui', true);
</head>
<body>
- <div id="notification" class="inactive">
- <span></span>
- <div id="notificationLinks"></div>
- <button class="close-button"></button>
+ <div id="notification-container" class="inactive" hidden>
+ <div id="notification">
+ <span></span>
+ <div id="notificationLinks"></div>
+ <button class="close-button"></button>
+ </div>
</div>
<div id="card-slider-frame">
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | chrome/browser/resources/ntp4/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698