From 77540ed999a81ba82433629083e3d9f87de7c833 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Mon, 21 Oct 2013 09:38:35 -0400 Subject: [PATCH 1/2] 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; } From 2c384e00732e0a27d3a8ff66f1f1ae4ab5d3b637 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Mon, 21 Oct 2013 10:13:16 -0400 Subject: [PATCH 2/2] fix for long usernames --- app/assets/stylesheets/desktop/topic-post.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index a781cf5403a..2bf6e359316 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -601,7 +601,6 @@ h1, h2, h3 {margin: 10px 0;} background-color: lighten(yellow, 35%);} .topic-meta-data { -white-space: nowrap; float: left; position: relative; @@ -609,6 +608,8 @@ position: relative; h3 { font-size: 13px; margin-top: 5px; + word-wrap: break-word; + line-height: 1.2; }