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

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

Issue 840863004: Files.app: Add a new column in table view to reflect cloud import status. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to master. Created 5 years, 11 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
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 a42950f90f26944f4818baf83c69673dffb8ac72..ae0af48296b00b19283400b9546a810f39a7398a 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -1115,6 +1115,11 @@ li[renaming=''] .filename-label {
width: 24px;
}
+.status-icon {
+ height: 24px;
+ width: 24px;
+}
+
#detail-table .detail-icon {
/* To shift the icon position. */
margin-bottom: 2px;

Powered by Google App Engine
This is Rietveld 408576698