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

Side by Side 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: classList#toggle 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 unified diff | Download patch | Annotate | Revision Log
« 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html i18n-values=" 2 <html i18n-values="
3 dir:textdirection; 3 dir:textdirection;
4 hasattribution:hasattribution; 4 hasattribution:hasattribution;
5 themegravity:themegravity; 5 themegravity:themegravity;
6 bookmarkbarattached:bookmarkbarattached;" 6 bookmarkbarattached:bookmarkbarattached;"
7 class="starting-up"> 7 class="starting-up">
8 <head> 8 <head>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <title i18n-content="title"></title> 10 <title i18n-content="title"></title>
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 <div id="logo-img"> 99 <div id="logo-img">
100 <img alt="" src="chrome://theme/IDR_PRODUCT_LOGO"> 100 <img alt="" src="chrome://theme/IDR_PRODUCT_LOGO">
101 <div id="promo-bubble-anchor"></div> 101 <div id="promo-bubble-anchor"></div>
102 </div> 102 </div>
103 103
104 <ul id="dot-list"> 104 <ul id="dot-list">
105 </ul> 105 </ul>
106 106
107 <div id="footer-menu-container" class="menu-container"> 107 <div id="footer-menu-container" class="menu-container">
108 <button id="other-sessions-menu-button" 108 <button id="other-sessions-menu-button"
109 class="footer-menu-button custom-appearance" hidden> 109 class="footer-menu-button custom-appearance invisible">
110 <span i18n-content="otherSessions"></span> 110 <span i18n-content="otherSessions"></span>
111 <div class="disclosure-triangle"></div> 111 <div class="disclosure-triangle"></div>
112 </button> 112 </button>
113 <button id="recently-closed-menu-button" 113 <button id="recently-closed-menu-button"
114 class="footer-menu-button custom-appearance"> 114 class="footer-menu-button custom-appearance invisible">
115 <span i18n-content="recentlyclosed"></span> 115 <span i18n-content="recentlyclosed"></span>
116 <div class="disclosure-triangle"></div> 116 <div class="disclosure-triangle"></div>
117 </button> 117 </button>
118 <div id="vertical-separator"></div> 118 <a id="chrome-web-store-link">
119 <div id="vertical-separator"></div>
Evan Stade 2013/02/05 23:26:47 seems that clicking on the separator shouldn't nav
dconnelly 2013/02/06 17:15:10 Done.
120 <span id="chrome-web-store-title" i18n-content="webStoreTitleShort">
121 </span>
122 </a>
119 </div> 123 </div>
120 124
121 <a id="chrome-web-store-link">
122 <span id="chrome-web-store-title" i18n-content="webStoreTitleShort">
123 </span>
124 </a>
125
126 <div id="trash" class="trash"> 125 <div id="trash" class="trash">
127 <span class="lid"></span> 126 <span class="lid"></span>
128 <span class="can"></span> 127 <span class="can"></span>
129 <span class="trash-text" i18n-content="appuninstall"></span> 128 <span class="trash-text" i18n-content="appuninstall"></span>
130 </div> 129 </div>
131 </div> 130 </div>
132 </div> 131 </div>
133 132
134 <button id="login-container" class="custom-appearance" hidden> 133 <button id="login-container" class="custom-appearance" hidden>
135 <div id="login-status-header-container" class="login-status-row"> 134 <div id="login-status-header-container" class="login-status-row">
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 </a> 186 </a>
188 </p> 187 </p>
189 </div> 188 </div>
190 189
191 </div> 190 </div>
192 191
193 <!-- This is used to measure text in the current locale. It is not visible. --> 192 <!-- This is used to measure text in the current locale. It is not visible. -->
194 <div id="fontMeasuringDiv"></div> 193 <div id="fontMeasuringDiv"></div>
195 194
196 </html> 195 </html>
OLDNEW
« 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