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

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

Issue 8786010: NTP4: Dragging app over trash should be more apparent. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebasing estade's one line color change Created 9 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
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | no next file » | 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 customlogo:customlogo; 5 customlogo:customlogo;
6 themegravity:themegravity;" 6 themegravity:themegravity;"
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 101
102 <ul id="dot-list"> 102 <ul id="dot-list">
103 </ul> 103 </ul>
104 104
105 <button id="recently-closed-menu-button" class="custom-appearance"> 105 <button id="recently-closed-menu-button" class="custom-appearance">
106 <span i18n-content="recentlyclosed"></span> 106 <span i18n-content="recentlyclosed"></span>
107 <div class="disclosure-triangle"></div> 107 <div class="disclosure-triangle"></div>
108 </button> 108 </button>
109 109
110 <div id="trash"> 110 <div id="trash">
111 <span class="lid"></span>
112 <span class="can"></span>
111 <span i18n-content="appuninstall"></span> 113 <span i18n-content="appuninstall"></span>
112 </div> 114 </div>
113 </div> 115 </div>
114 </div> 116 </div>
115 </body> 117 </body>
116 118
117 <!-- NTP4 intro bubble --> 119 <!-- NTP4 intro bubble -->
118 <div id="ntp4-intro-bubble-contents" hidden> 120 <div id="ntp4-intro-bubble-contents" hidden>
119 <div i18n-content="ntp4_intro_message"></div> 121 <div i18n-content="ntp4_intro_message"></div>
120 <a i18n-content="learn_more" target="_blank"></a> 122 <a i18n-content="learn_more" target="_blank"></a>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 <div class="app-icon-div"> 158 <div class="app-icon-div">
157 <div class="app-img-container"> 159 <div class="app-img-container">
158 <img class="invisible"> 160 <img class="invisible">
159 </div> 161 </div>
160 <div class="color-stripe"></div> 162 <div class="color-stripe"></div>
161 </div> 163 </div>
162 <span class="title"></span> 164 <span class="title"></span>
163 </div> 165 </div>
164 166
165 </html> 167 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp4/new_tab.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698