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

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

Issue 7046050: file manager: fix alignment of checkboxes and file names in detail list (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use classList.contains to check for filename-label Created 9 years, 6 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/js/file_manager.js » ('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 451fae2bf6e04ba3be6ce2ef26a5bd284f0dfaf4..00dd50a96d7f342e23ab1f47a85372a3a0345553 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -230,7 +230,7 @@ button.thumbnail-view > img {
.file-checkbox {
-webkit-margin-end: 0px;
- margin-top: 5px;
+ margin-top: 6px;
opacity: 0.1;
}
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/file_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698