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

Unified Diff: chrome/browser/resources/options/website_settings.css

Issue 445623003: Surface the audited last usage time in a user readable string. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/website_settings_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/website_settings.css
diff --git a/chrome/browser/resources/options/website_settings.css b/chrome/browser/resources/options/website_settings.css
index 48634dcab1afe9d78b98771982a637fcaca07286..a6e988fbfaffc068607d8e50eddbda644cb99c41 100644
--- a/chrome/browser/resources/options/website_settings.css
+++ b/chrome/browser/resources/options/website_settings.css
@@ -23,9 +23,12 @@
.origin-list-item {
display: flex;
+ font-family: Noto Sans;
Bernhard Bauer 2014/08/05 17:10:36 Is this necessary? What font would we use otherwis
Daniel Nishi 2014/08/05 17:16:59 (@google needed to view) https://folio.googleplex.
Bernhard Bauer 2014/08/06 10:24:48 Yup, but what font would we use otherwise? In your
Daniel Nishi 2014/08/06 18:02:18 The list inherits "Ubuntu, Arial, sans-serif" on m
+ font-size: 13px;
justify-content: space-between;
}
.local-storage-usage {
+ color: #7f7f7f;
margin: auto 0;
}
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/website_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698