From 345ece0ee551c19b9ce7e299aa86786556772598 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 7 Mar 2017 18:55:47 -0800 Subject: [PATCH] message view: Improve readability of dates and times. --- static/styles/zulip.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 6e135af721..1e0874d0ca 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -534,8 +534,8 @@ td.pointer { .message_time { display: block; - font-size: 11px; - color: #a1a1a1; + font-size: 12px; + color: #b1b1b1; vertical-align: middle; padding: 1px; font-weight: 400; @@ -557,7 +557,7 @@ td.pointer { display: inline-block; position: absolute; top: 2px; - right: -63px; + right: -56px; z-index: 1; } @@ -685,9 +685,9 @@ td.pointer { top: 0; color: #888; - font-size: 0.8em; + font-size: 12px; font-weight: 600; - padding: 3px 10px 2px 10px; + padding: 3px 11px 2px 10px; height: 17px; line-height: 17px; }