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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 904393003: Files.app: allow stretching thumbnails in file list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | ui/file_manager/file_manager/foreground/js/ui/file_grid.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index ef0c64fed9cea3c9f94974f108fa802068334e16..9dbc974ce10a6200648ffa46fa1db302ea0a7d17 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -1218,6 +1218,11 @@ li[renaming=''] .filename-label {
width: 28px;
}
+#list-container list li .detail-thumbnail > img {
+ -webkit-user-drag: none;
+ position: absolute;
fukino 2015/02/09 11:03:41 This 'absolute' is needed for centering the loaded
yawano 2015/02/09 11:15:05 Acknowledged.
+}
+
#list-container list li:not([selected]) .detail-thumbnail.loaded {
opacity: 1;
}
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/js/ui/file_grid.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698