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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/gallery/gallery.html
diff --git a/ui/file_manager/gallery/gallery.html b/ui/file_manager/gallery/gallery.html
index 5c3031cbe1b1a3f6d1e0302615d70bc1faa70fb6..0fce458e74ad09b1eb49ad877b9c9a2fd40890f9 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -95,8 +95,12 @@
<div class="gallery">
<div id="content" class="content"></div>
<div id="header" class="header tool dimmable"></div>
- <div id="top-toolbar" class="toolbar top tool dimmable">
+ <div id="toolbar" class="toolbar tool dimmable">
<div class="filename-spacer"></div>
+ <div class="middle-spacer">
+ <div class="ribbon-spacer"></div>
+ <div class="edit-bar-spacer"></div>
+ </div>
<div class="button-spacer">
<button class="button mode"></button>
<button class="button slideshow"></button>
@@ -106,12 +110,6 @@
<button class="share"></button>
</div>
</div>
- <div id="bottom-toolbar" class="toolbar bottom tool dimmable">
- <div class="middle-spacer">
- <div class="ribbon-spacer"></div>
- <div class="edit-bar-spacer"></div>
- </div>
- </div>
<div class="prompt-wrapper" pos="center">
<div class="error-banner"></div>
</div>
« 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