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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 941283002: Files.app: Adjust vertical position of texts slightly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unintentionally added blank line. Created 5 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 | « ui/file_manager/file_manager/foreground/css/common.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index 005768ed69add0095cb9349e06113e33cfd89fae..8342869169efb36c92b2e1ce3c01f5e8aa430cd7 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -173,7 +173,7 @@ div.splitter {
color: rgb(90, 90, 90);
cursor: pointer;
display: flex;
- line-height: 40px;
+ height: 40px;
padding: 0 3px;
}
@@ -996,7 +996,7 @@ body[type='full-page'] .detail-name .detail-icon {
.thumbnail-bottom .filename-label {
flex: auto;
- padding: 12px;
+ padding: 0 12px;
}
/* Styles specific for the grid view. */
« no previous file with comments | « ui/file_manager/file_manager/foreground/css/common.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698