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

Unified Diff: chrome/browser/resources/new_new_tab.html

Issue 429005: More tweaks and fixes for extension and bookmark sync promo. ... (Closed) Base URL: svn://chrome-svn/chrome/branches/249/src/
Patch Set: Created 11 years, 1 month 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/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.html
===================================================================
--- chrome/browser/resources/new_new_tab.html (revision 32748)
+++ chrome/browser/resources/new_new_tab.html (working copy)
@@ -171,12 +171,7 @@
<body class="loading"
i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
-<div id="bottom-right-promo">
- <a i18n-values="href:extensionslink">
- <img src="chrome://theme/newtab_extensions_promo">
- </a>
-</div>
-
+<div id="container">
<div id="main">
<div id="view-toolbar"
@@ -274,15 +269,22 @@
<img id="attribution-img">
</div>
- <div id="footer">
- <div id="promo-line">
- <span id="promo-new" i18n-content="promonew"></span>
- <span i18n-values=".innerHTML:promomessage"></span>
- <button id="promo-close">
- </div>
+</div> <!-- main -->
+
+<div id="footer">
+ <div id="promo-line">
+ <span id="promo-new" i18n-content="promonew"></span>
+ <span id="promo-message" i18n-values=".innerHTML:promomessage"></span>
+ <button class="link" id="promo-close"></button>
</div>
+ <div id="bottom-right-promo">
+ <a i18n-values="href:extensionslink">
+ <img id="promo-image" src="chrome://theme/newtab_extensions_promo">
+ </a>
+ </div>
+</div>
-</div> <!-- main -->
+</div> <!-- container -->
<div class="window-menu" id="window-tooltip"></div>
« no previous file with comments | « chrome/browser/resources/new_new_tab.css ('k') | chrome/browser/resources/new_new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698