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

Unified Diff: chrome/browser/resources/file_manager/css/action_choice.css

Issue 10918271: [filemanager] Improved action choices for a mounted drive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/file_manager/css/action_choice.css
===================================================================
--- chrome/browser/resources/file_manager/css/action_choice.css (revision 157111)
+++ chrome/browser/resources/file_manager/css/action_choice.css (working copy)
@@ -89,16 +89,19 @@
}
.choices label[for=import-photos-to-drive] {
- /* TODO(dgozman): change to the right one */
background:
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_GSHEET') no-repeat;
+ url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_DRIVE') no-repeat;
Vladislav Kaznacheev 2012/09/17 19:46:14 How about supporting HiDPI here and below?
dgozman 2012/09/18 11:28:09 Done.
padding-left: 20px;
}
.choices label[for=view-files] {
- /* TODO(dgozman): change to the right one */
+ background: url(../images/icon16.png) no-repeat;
+ padding-left: 20px;
+}
+
+.choices label[for=watch-single-video] {
background:
- url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_GDOC') no-repeat;
+ url('chrome://theme/IDR_FILE_MANAGER_IMG_FILETYPE_VIDEO') no-repeat;
padding-left: 20px;
}

Powered by Google App Engine
This is Rietveld 408576698