From 19ee28209d7734f9ef4768b049af46fc573107b1 Mon Sep 17 00:00:00 2001 From: lilia Date: Sun, 25 Jan 2015 10:49:28 -1000 Subject: [PATCH] Restore delivery receipt checkmark --- stylesheets/manifest.css | 5 +++++ stylesheets/view/_conversation.scss | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index 2f9414588..979cd6254 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -1,3 +1,4 @@ +@charset "UTF-8"; .gutter { margin-top: 36px; } @@ -129,6 +130,10 @@ button { .timestamp { font-size: 12px; } +.entry.delivered .timestamp::after { + margin-left: 4px; + content: "✓"; } + .message-list { margin: 52px 0; padding: 0; diff --git a/stylesheets/view/_conversation.scss b/stylesheets/view/_conversation.scss index 506689b29..38e659416 100644 --- a/stylesheets/view/_conversation.scss +++ b/stylesheets/view/_conversation.scss @@ -65,6 +65,12 @@ button { font-size: 12px; } +.entry.delivered .timestamp::after { + margin-left: 4px; + content: "✓"; +} + + .message-list { margin: 36px + 16px 0; padding: 0;