From 60d9b4d808340cdd07508f73bfa1c9c974225687 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 29 Oct 2013 20:47:37 -0400 Subject: [PATCH] fixing private message users, post title alignment --- app/assets/stylesheets/desktop/topic-post.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 63c7c0e9a89..6f2d3a774c3 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -324,7 +324,7 @@ a.star { .participants { -.user:not(:first-of-type) {margin-top: 10px;} +.user {float: left; margin: 7px 20px 7px 0;} } @@ -423,11 +423,12 @@ span.post-count { } #topic-title { + z-index: 1000; padding: 14px 0 8px 0; - h1 { line-height: 1em;} + h1 { line-height: 1em; overflow: hidden; } .topic-statuses {margin-top: -2px; .icon-pushpin {margin-top: -1px;}} -.star {font-size: 20px; margin-top: 4px;} +.star {font-size: 20px; margin-top: 5px;} .chzn-container {vertical-align: middle;} } @@ -468,9 +469,10 @@ iframe { .extra-info { h1 { - margin: 5px 0 0 25px; + margin: 5px 0 0 0; font-size: 2em; line-height: 1em; + overflow: hidden; } a.star {