From 77540ed999a81ba82433629083e3d9f87de7c833 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Mon, 21 Oct 2013 09:38:35 -0400 Subject: [PATCH] fixed progress indicator a bit, line under title doesn't span full width anymore --- app/assets/stylesheets/desktop/topic-post.scss | 6 ------ app/assets/stylesheets/desktop/topic.scss | 6 +++--- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index ed960fc7376..a781cf5403a 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -423,7 +423,6 @@ span.post-count { #topic-title { z-index: 1000; padding: 20px 10px 15px 10px; - border-bottom: 1px solid #ddd; .chzn-container {vertical-align: middle;} } @@ -712,12 +711,7 @@ blockquote { } -.topic-post:first-of-type { - .topic-body { border: none; } - .topic-meta-data {border: none;} - -} .posts-wrapper { position: relative; } diff --git a/app/assets/stylesheets/desktop/topic.scss b/app/assets/stylesheets/desktop/topic.scss index cbee3ef6f2f..901429af527 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -43,8 +43,8 @@ a.edit-topic {font-size: 15px;} #topic-progress-wrapper { position: fixed; + right: 50%; width: 0; - right: 29%; bottom: 0px; z-index: 500; outline: 1px solid transparent; @@ -84,6 +84,7 @@ i {background: #e4f2f8; box-shadow: 0 0 3px #000; position: relative; + left: 302px; &.hidden { display: none; } @@ -145,8 +146,7 @@ i {background: #e4f2f8; #topic-progress { } position: absolute; - margin-right: -68px; - bottom: 8px; + bottom: -55px; }