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

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

Issue 12208122: Fixed volume icons' alignment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | no next file » | 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 43d8c240bd94fd901a568a664c4ea32bc324854c..198bd5e161df542eace3e5c5fa242d5c44544dea 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -249,14 +249,14 @@ div.sidebar-splitter {
li.root-item > .root-label {
-webkit-box-flex: 1;
- margin-right: 5px;
+ margin: 0 2px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.volume-icon {
- background-position: center center;
+ background-position: center 2px;
background-repeat: no-repeat;
height: 24px;
width: 24px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698