From 9e769e5357eb588d0dc1ab8f83743a1ca7454a47 Mon Sep 17 00:00:00 2001 From: Oskar Rough Date: Sun, 3 Apr 2016 13:30:22 +0200 Subject: [PATCH] Optically and vertically align the "13 days later" element --- app/assets/stylesheets/common/base/topic-post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/common/base/topic-post.scss b/app/assets/stylesheets/common/base/topic-post.scss index 56edd031f9a..0e6f61a4733 100644 --- a/app/assets/stylesheets/common/base/topic-post.scss +++ b/app/assets/stylesheets/common/base/topic-post.scss @@ -292,7 +292,7 @@ table.md-table { .small-action { .topic-avatar { - padding: 5px 0; + padding: 5px 0 3px; border-top: none; float: left; i { @@ -305,7 +305,7 @@ table.md-table { .small-action-desc { padding: 0.5em 0 0.5em 4em; - margin-top: 5px; + margin-top: 6px; text-transform: uppercase; font-weight: bold; font-size: 0.9em;