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

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

Issue 12038090: Layout the NTP footer with flexboxes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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 984b8a29d8c58daee9da6bcd50f7fe5c2fbc94b5..e5bb3e39ecd26dfd23e498238b7fc5a1e048719f 100644
--- a/chrome/browser/resources/ntp4/new_tab.html
+++ b/chrome/browser/resources/ntp4/new_tab.html
@@ -106,23 +106,22 @@
<div id="footer-menu-container" class="menu-container">
<button id="other-sessions-menu-button"
- class="footer-menu-button custom-appearance" hidden>
+ class="footer-menu-button custom-appearance invisible">
<span i18n-content="otherSessions"></span>
<div class="disclosure-triangle"></div>
</button>
<button id="recently-closed-menu-button"
- class="footer-menu-button custom-appearance">
+ class="footer-menu-button custom-appearance invisible">
<span i18n-content="recentlyclosed"></span>
<div class="disclosure-triangle"></div>
</button>
+ <a id="chrome-web-store-link">
+ <span id="chrome-web-store-title" i18n-content="webStoreTitleShort">
+ </span>
+ </a>
<div id="vertical-separator"></div>
</div>
- <a id="chrome-web-store-link">
- <span id="chrome-web-store-title" i18n-content="webStoreTitleShort">
- </span>
- </a>
-
<div id="trash" class="trash">
<span class="lid"></span>
<span class="can"></span>
« 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