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

Side by Side Diff: chrome/browser/resources/file_manager/main_new_ui.html

Issue 14320020: Initial restyle of the gallery. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 7 years, 8 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/file_manager/js/photo/ribbon.js ('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 <!-- 2 <!--
3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved. 3 -- Copyright (c) 2012 The Chromium Authors. All rights reserved.
4 -- Use of this source code is governed by a BSD-style license that can be 4 -- Use of this source code is governed by a BSD-style license that can be
5 -- found in the LICENSE file. 5 -- found in the LICENSE file.
6 --> 6 -->
7 <html i18n-values="dir:textdirection;"> 7 <html i18n-values="dir:textdirection;">
8 <head> 8 <head>
9 <!-- We have to set some default title, or chrome will use the page name. 9 <!-- We have to set some default title, or chrome will use the page name.
10 -- As soon as we init and change to a directory, we'll show the directory 10 -- As soon as we init and change to a directory, we'll show the directory
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 <select id="file-type"></select> 326 <select id="file-type"></select>
327 <button class=ok disabled tabindex="6"></button> 327 <button class=ok disabled tabindex="6"></button>
328 <div class=preparing-label i18n-content=PREPARING_LABEL></div> 328 <div class=preparing-label i18n-content=PREPARING_LABEL></div>
329 <div class=progress-bar> 329 <div class=progress-bar>
330 <div class=progress-track></div> 330 <div class=progress-track></div>
331 </div> 331 </div>
332 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button> 332 <button class=cancel i18n-content=CANCEL_LABEL tabindex="7"></button>
333 </div> 333 </div>
334 <div id="drag-container"></div> 334 <div id="drag-container"></div>
335 <iframe id="command-dispatcher" hidden></iframe> 335 <iframe id="command-dispatcher" hidden></iframe>
336 <div class="overlay-pane" id="iframe-drag-area" hidden></div>
336 </body> 337 </body>
337 </html> 338 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/file_manager/js/photo/ribbon.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698