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

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

Issue 12262032: Fix labels' alignment in Files.app's files list. (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 1982e6ed66dd49ae9c7b620c5dc3623ad30f8eb9..9827ba2bcbdda7540ad7c00273e60c9a79344340 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -1040,7 +1040,7 @@ input.rename {
/* Text label in a table header. */
.table-header-label {
- margin: 5px 10px 0 9px;
+ line-height: 27px;
}
.table-row-cell > * {
@@ -1067,13 +1067,11 @@ input.rename {
}
#select-all-checkbox {
- -webkit-margin-end: 11px;
- -webkit-margin-start: 1px;
+ -webkit-margin-end: 7px;
+ -webkit-margin-start: 2px;
margin-bottom: 0;
margin-top: 0;
- /* 1px below text */
- position: relative;
- top: 1px;
+ vertical-align: middle;
}
#list-container li.table-row:hover .file-checkbox,
« 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