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

Side by Side Diff: chrome/browser/resources/file_manager/css/gallery.css

Issue 10909095: Delete images in Photo Editor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comment, changed bg color, fixed an exception Created 8 years, 3 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
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 body { 5 body {
6 -webkit-user-select: none; 6 -webkit-user-select: none;
7 font-family: Open Sans, Droid Sans Fallback, sans-serif; 7 font-family: Open Sans, Droid Sans Fallback, sans-serif;
8 font-size: 84%; 8 font-size: 84%;
9 margin: 0; 9 margin: 0;
10 } 10 }
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 .gallery:not([mode='mosaic']) .mosaic, 1165 .gallery:not([mode='mosaic']) .mosaic,
1166 .gallery:not([mode='slide']) .image-container { 1166 .gallery:not([mode='slide']) .image-container {
1167 pointer-events: none; 1167 pointer-events: none;
1168 } 1168 }
1169 1169
1170 .gallery:not([mode='slide']) .ribbon, 1170 .gallery:not([mode='slide']) .ribbon,
1171 .gallery:not([mode='slide']) .arrow-box { 1171 .gallery:not([mode='slide']) .arrow-box {
1172 opacity: 0; 1172 opacity: 0;
1173 pointer-events: none; 1173 pointer-events: none;
1174 } 1174 }
1175
1176 /* Temporary. Remove this along with the delete confirmation dialog
1177 when Undo delete is implemented. */
1178 .cr-dialog-shield {
1179 background-color: black;
1180 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/extensions/file_browser_private_api.cc ('k') | chrome/browser/resources/file_manager/gallery.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698