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

Unified Diff: ui/file_manager/gallery/gallery.html

Issue 1174853002: Revert "Gallery: Replace buttons in top toolbar with paper-button and new icons." (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/images/100/delete.png » ('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 ba8a6634b6c713a1e6782514a63c93f1785388a0..dc37823c90e15e3258838b50380d2d2a92fd77bb 100644
--- a/ui/file_manager/gallery/gallery.html
+++ b/ui/file_manager/gallery/gallery.html
@@ -12,8 +12,6 @@
<link rel="stylesheet" href="../file_manager/foreground/css/share_dialog.css">
<link rel="stylesheet" href="css/gallery.css">
- <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-button.html">
-
<!-- Don't load gallery_scripts.js when flattening is disabled -->
<if expr="False"><!-- </if>
<script src="js/gallery_scripts.js"></script>
@@ -47,7 +45,7 @@
<script src="chrome://resources/js/cr/ui/list.js"></script>
<script src="chrome://resources/js/cr/ui/grid.js"></script>
- <!-- Base classes. -->
+ <!-- Base classes. ->
<script src="../file_manager/foreground/js/metadata/metadata_cache_set.js"></script>
<script src="../file_manager/foreground/js/metadata/new_metadata_provider.js"></script>
@@ -96,16 +94,16 @@
<body>
<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 class="filename-spacer"></div>
<div class="button-spacer">
- <paper-button class="button edit" i18n-values="title:GALLERY_EDIT" disabled></paper-button>
- <paper-button class="button print" i18n-values="title:GALLERY_PRINT" disabled></paper-button>
- <paper-button class="button delete" i18n-values="title:GALLERY_DELETE"></paper-button>
- <paper-button class="button slide-mode" i18n-values="title:GALLERY_SLIDE"></paper-button>
- <paper-button class="button mosaic-mode" i18n-values="title:GALLERY_MOSAIC"></paper-button>
- <paper-button class="button slideshow" i18n-values="title:GALLERY_SLIDESHOW"></paper-button>
- <paper-button class="button share" i18n-values="title:GALLERY_SHARE"></paper-button>
+ <button class="button mode"></button>
+ <button class="button slideshow"></button>
+ <button class="button edit"></button>
+ <button class="button print"></button>
+ <button class="delete"></button>
+ <button class="share"></button>
</div>
</div>
<div id="bottom-toolbar" class="toolbar bottom tool dimmable">
« no previous file with comments | « ui/file_manager/gallery/css/gallery.css ('k') | ui/file_manager/gallery/images/100/delete.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698