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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_metadata_box.html

Issue 2205693006: Quick View: Update UI to meet the latest mock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 4 years, 4 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
Index: ui/file_manager/file_manager/foreground/elements/files_metadata_box.html
diff --git a/ui/file_manager/file_manager/foreground/elements/files_metadata_box.html b/ui/file_manager/file_manager/foreground/elements/files_metadata_box.html
index 2634404439294de92494ea84a271070090d4c3c8..6b7035c4018a7db81319f2bd42d556beb8006181 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_metadata_box.html
+++ b/ui/file_manager/file_manager/foreground/elements/files_metadata_box.html
@@ -27,15 +27,16 @@
.category {
color: #E6E6E6;
- font-size: 16px;
- font-weight: bold;
- margin: 12px 15px;
+ font-size: 133%;
+ font-weight: 500;
+ margin: 12px 32px;
vertical-align: bottom;
}
hr {
- border-color: #636363;
+ border-color: white;
margin-top: 31px;
+ opacity: 0.24;
}
</style>
<template>

Powered by Google App Engine
This is Rietveld 408576698