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

Side by Side Diff: chrome/browser/resources/ntp_search/new_tab.html

Issue 11428075: NTP5: Implementing two rows option for Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NTP5: Implementing two rows option for Apps Created 8 years 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
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 <div id="bottom-panel-footer"> 92 <div id="bottom-panel-footer">
93 <div id="bottom-panel-toolbar"> 93 <div id="bottom-panel-toolbar">
94 <div id="notification-container" class="inactive" hidden> 94 <div id="notification-container" class="inactive" hidden>
95 <div id="notification"> 95 <div id="notification">
96 <span></span> 96 <span></span>
97 <div id="notificationLinks"></div> 97 <div id="notificationLinks"></div>
98 <button class="close-button custom-appearance"></button> 98 <button class="close-button custom-appearance"></button>
99 </div> 99 </div>
100 </div> 100 </div>
101 </div> 101 </div>
102 <div id="bookmark-bar-spacer"></div>
102 </div> 103 </div>
103 </div> 104 </div>
104 <div id="promo-bubble-anchor"></div> 105 <div id="promo-bubble-anchor"></div>
105 </body> 106 </body>
106 107
107 <!-- A div to hold all the templates, and in the darkness bind them. --> 108 <!-- A div to hold all the templates, and in the darkness bind them. -->
108 <div hidden> 109 <div hidden>
109 110
110 <!-- NTP4 intro bubble --> 111 <!-- NTP4 intro bubble -->
111 <div id="ntp4-intro-bubble-contents"> 112 <div id="ntp4-intro-bubble-contents">
(...skipping 15 matching lines...) Expand all
127 <div class="app-img-container"> 128 <div class="app-img-container">
128 <img class="invisible"> 129 <img class="invisible">
129 </div> 130 </div>
130 </div> 131 </div>
131 <span class="title"></span> 132 <span class="title"></span>
132 </div> 133 </div>
133 134
134 </div> 135 </div>
135 136
136 </html> 137 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp_search/new_tab.css ('k') | chrome/browser/resources/ntp_search/new_tab.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698