From 848a8663ed7f856aee3f801a62b82e87b20de0ea Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 3 Jun 2016 00:34:47 +0500 Subject: Multiple UI improvements (#3220) * Multiple UI improvements * Pushing time fix * Fixing absolute time stamps on IOS --- webapp/sass/responsive/_tablet.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'webapp/sass/responsive/_tablet.scss') diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss index f5e341b25..0a62c0f79 100644 --- a/webapp/sass/responsive/_tablet.scss +++ b/webapp/sass/responsive/_tablet.scss @@ -113,6 +113,21 @@ .col__name { font-weight: bold; + margin-right: 2px; + padding-right: 10px; + position: relative; + z-index: 1; + + &:after { + content: ':'; + display: inline-block; + font-family: FontAwesome; + font-size: 19px; + position: absolute; + right: 3px; + text-rendering: auto; + top: -5px; + } } .col__reply { @@ -202,6 +217,13 @@ } &.post--compact { + &.post--system { + .post__time { + position: absolute; + top: 3px; + } + } + .post__time { font-size: .85em; left: -70px; -- cgit v1.2.3-1-g7c22