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

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

Issue 9481021: Increase line-height to 38px and decrease column headers by 1 px in file manager (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Address review. Created 8 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 4c88421ca96c834472d221d0886c73d48d33d457..a2d5004f7a237de545b27df54c927ceaed6910ae 100644
--- a/chrome/browser/resources/file_manager/css/file_manager.css
+++ b/chrome/browser/resources/file_manager/css/file_manager.css
@@ -693,7 +693,7 @@ input.rename {
.table-header-splitter {
-webkit-border-start: 1px #aaa solid;
background-color: inherit;
- height: 28px;
+ height: 27px;
}
/* Container for a table header. */
@@ -701,7 +701,7 @@ input.rename {
-webkit-box-sizing: border-box;
border-bottom: 1px #aaa solid;
background-image: -webkit-linear-gradient(top, #f9f9f9, #e8e8e8);
- height: 28px;
+ height: 27px;
}
.list-container .table-header {
@@ -766,6 +766,7 @@ li.thumbnail-item[selected] .file-checkbox {
}
li.table-row {
+ line-height: 38px;
padding-top: 1px;
padding-bottom: 1px;
}
« 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