From 33d0255ceea24543baad126ecde8cffea53f5527 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 21 Jan 2016 16:03:52 +0300 Subject: [PATCH] fix(blurFid): fix blurFeed messageHeader and time block --- src/sass/theme/dashboard/_blurFeed.scss | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/sass/theme/dashboard/_blurFeed.scss b/src/sass/theme/dashboard/_blurFeed.scss index 1f22c7c..74015a1 100644 --- a/src/sass/theme/dashboard/_blurFeed.scss +++ b/src/sass/theme/dashboard/_blurFeed.scss @@ -135,6 +135,7 @@ } .message-header { + font-size: 12px; padding-bottom: 5px; .author { font-weight: 600; @@ -146,7 +147,7 @@ font-size: 18px; line-height: 20px; } - + .preview { position: absolute; right: 0; @@ -164,21 +165,16 @@ .message-time { position: absolute; width: 100%; - left: 5px; - bottom: -35px; + left: 0; + bottom: -22px; font-size: 11px; padding-top: 5px; color: $help-text; .post-time { - display: inline-block; - width: 50%; + float: left; } .ago-time { - position: relative; - top: -7px; - display: inline-block; - width: 100%; - text-align: right; + float: right; } }