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

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

Issue 12217033: filemanager: Update the icons in the left nav. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: jfyi, follow file namings. Created 7 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 | chrome/browser/resources/file_manager/images/files/volumes/2x/archive.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/css/file_manager.css
diff --git a/chrome/browser/resources/file_manager/css/file_manager.css b/chrome/browser/resources/file_manager/css/file_manager.css
index 43493e50561b2443415270615d1985b77c37e86a..43d8c240bd94fd901a568a664c4ea32bc324854c 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -255,10 +255,11 @@ li.root-item > .root-label {
white-space: nowrap;
}
-.root-label {
- -webkit-padding-start: 38px;
- background-position: left center;
+.volume-icon {
+ background-position: center center;
background-repeat: no-repeat;
+ height: 24px;
+ width: 24px;
}
div.root-eject {
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/images/files/volumes/2x/archive.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698