From f1db96143ac174683c1a213909b36777e90e4389 Mon Sep 17 00:00:00 2001 From: Allen Rabinovich Date: Wed, 12 Mar 2014 12:08:03 -0600 Subject: [PATCH] Stick 'Edited' tag to the top and darken timestamp further (imported from commit 682b72001cd317b2236cab23e9392c9e4452784d) --- static/styles/zulip.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 1d936eaf75..477ae52c9d 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -718,9 +718,9 @@ td.pointer { line-height: 0px; text-align: right; width: 45px; - position: relative; - right: 11px; - padding-bottom: 10px; + position: absolute; + left: 0px; + top: 16px; } .include-sender .message_edit_notice:before { @@ -738,7 +738,7 @@ td.pointer { .message_time { display: block; font-size: 11px; - color: #bbbbbb; + color: #a1a1a1; vertical-align: middle; padding: 1px; font-weight: 300; @@ -1361,6 +1361,7 @@ div.focused_table { display: block; position: relative; } + .message_edit_content { line-height: 18px; }