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

Side by Side Diff: ui/file_manager/gallery/gallery.html

Issue 1170403005: Revert of Gallery: Add toolbar at the top of window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/js/gallery.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 <!-- 1 <!--
2 -- Copyright 2014 The Chromium Authors. All rights reserved. 2 -- Copyright 2014 The Chromium Authors. All rights reserved.
3 -- Use of this source code is governed by a BSD-style license that can be 3 -- Use of this source code is governed by a BSD-style license that can be
4 -- found in the LICENSE file. 4 -- found in the LICENSE file.
5 --> 5 -->
6 <html> 6 <html>
7 <head> 7 <head>
8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 8 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
9 <link rel="stylesheet" href="../file_manager/foreground/css/list.css"> 9 <link rel="stylesheet" href="../file_manager/foreground/css/list.css">
10 <link rel="stylesheet" href="../file_manager/foreground/css/common.css"> 10 <link rel="stylesheet" href="../file_manager/foreground/css/common.css">
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 <script src="js/gallery_item.js"></script> 88 <script src="js/gallery_item.js"></script>
89 <script src="js/mosaic_mode.js"></script> 89 <script src="js/mosaic_mode.js"></script>
90 <script src="js/ribbon.js"></script> 90 <script src="js/ribbon.js"></script>
91 <script src="js/slide_mode.js"></script> 91 <script src="js/slide_mode.js"></script>
92 </if> 92 </if>
93 </head> 93 </head>
94 <body> 94 <body>
95 <div class="gallery"> 95 <div class="gallery">
96 <div id="content" class="content"></div> 96 <div id="content" class="content"></div>
97 <div id="header" class="header tool dimmable"></div> 97 <div id="header" class="header tool dimmable"></div>
98 <div id="top-toolbar" class="toolbar top tool dimmable"> 98 <div id="toolbar" class="toolbar tool dimmable">
99 <div class="filename-spacer"></div> 99 <div class="filename-spacer"></div>
100 <div class="middle-spacer">
101 <div class="ribbon-spacer"></div>
102 <div class="edit-bar-spacer"></div>
103 </div>
100 <div class="button-spacer"> 104 <div class="button-spacer">
101 <button class="button mode"></button> 105 <button class="button mode"></button>
102 <button class="button slideshow"></button> 106 <button class="button slideshow"></button>
103 <button class="button edit"></button> 107 <button class="button edit"></button>
104 <button class="button print"></button> 108 <button class="button print"></button>
105 <button class="delete"></button> 109 <button class="delete"></button>
106 <button class="share"></button> 110 <button class="share"></button>
107 </div> 111 </div>
108 </div> 112 </div>
109 <div id="bottom-toolbar" class="toolbar bottom tool dimmable">
110 <div class="middle-spacer">
111 <div class="ribbon-spacer"></div>
112 <div class="edit-bar-spacer"></div>
113 </div>
114 </div>
115 <div class="prompt-wrapper" pos="center"> 113 <div class="prompt-wrapper" pos="center">
116 <div class="error-banner"></div> 114 <div class="error-banner"></div>
117 </div> 115 </div>
118 </div> 116 </div>
119 </body> 117 </body>
120 </html> 118 </html>
OLDNEW
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698