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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_metadata_entry.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_entry.html
diff --git a/ui/file_manager/file_manager/foreground/elements/files_metadata_entry.html b/ui/file_manager/file_manager/foreground/elements/files_metadata_entry.html
index 62000659bf484f7ef15670331a7e3252d130cdbe..defff3cd7f255122fbf5c755b44d1bc97808b7f7 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_metadata_entry.html
+++ b/ui/file_manager/file_manager/foreground/elements/files_metadata_entry.html
@@ -23,22 +23,25 @@
}
#padding {
- width: 15px;
+ width: 32px;
}
#key {
- color: #EFEFEF;
- font-weight: bold;
+ color: white;
+ font-size: 115%;
+ font-weight: 500;
overflow-wrap: break-word;
vertical-align: bottom;
- width: 150px;
+ width: 128px;
}
#value {
- color: #D6D6D6;
+ color: white;
+ font-size: 115%;
+ opacity: 0.8;
overflow-wrap: break-word;
vertical-align: bottom;
- width: 150px;
+ width: 128px;
}
</style>
<template>

Powered by Google App Engine
This is Rietveld 408576698