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

Unified Diff: stylesheets/style.css

Issue 57643007: chromium-status: tighten up the Who/When columns (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-status
Patch Set: Created 7 years, 1 month 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 | templates/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: stylesheets/style.css
diff --git a/stylesheets/style.css b/stylesheets/style.css
index a207a39cd3e2181d3113bcfcfaf588dc3b8f5b9e..df56027cbe6ccda3bd726838a1ed9778ce7094bb 100644
--- a/stylesheets/style.css
+++ b/stylesheets/style.css
@@ -44,6 +44,16 @@ div.error {
margin-bottom: 20px;
}
+td.username {
+ font-size: smaller;
+}
+
+td.date {
+ font-size: smaller;
+ font-family: monospace;
+ white-space: nowrap;
+}
+
.closed {
background-color: #E98080;
}
« no previous file with comments | « no previous file | templates/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698