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

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

Issue 11564026: NTP5: Making Apps page taller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NTP5: Making Apps page taller 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 </div> 85 </div>
86 <div id="card-slider-frame"> 86 <div id="card-slider-frame">
87 <div id="page-list"></div> 87 <div id="page-list"></div>
88 <div id="attribution"> 88 <div id="attribution">
89 <span i18n-content="attributionintro"></span> 89 <span i18n-content="attributionintro"></span>
90 <img id="attribution-img"> 90 <img id="attribution-img">
91 </div> 91 </div>
92 </div> 92 </div>
93 <div id="bottom-panel-footer"> 93 <div id="bottom-panel-footer">
94 <div id="bottom-panel-toolbar"> 94 <div id="bottom-panel-toolbar">
95 <div id="notification-container" class="inactive" hidden> 95 <div id="notification-container" hidden>
96 <div id="notification"> 96 <div id="notification">
97 <span></span> 97 <span></span>
98 <div id="notificationLinks"></div> 98 <div id="notificationLinks"></div>
99 <button class="close-button custom-appearance"></button> 99 <button class="close-button custom-appearance"></button>
100 </div> 100 </div>
101 </div> 101 </div>
102 </div> 102 </div>
103 <div id="bookmark-bar-spacer"></div> 103 <div id="bookmark-bar-spacer"></div>
104 </div> 104 </div>
105 </div> 105 </div>
(...skipping 23 matching lines...) Expand all
129 <div class="app-img-container"> 129 <div class="app-img-container">
130 <img class="invisible"> 130 <img class="invisible">
131 </div> 131 </div>
132 </div> 132 </div>
133 <span class="title"></span> 133 <span class="title"></span>
134 </div> 134 </div>
135 135
136 </div> 136 </div>
137 137
138 </html> 138 </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