diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index 2e0a34af8d5..1b61cbd13ba 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -422,7 +422,6 @@ span.post-count { #topic-title { z-index: 1000; padding: 20px 10px 15px 10px; - border-bottom: 1px solid #ddd; .chzn-container {vertical-align: middle;} } @@ -601,7 +600,6 @@ h1, h2, h3 {margin: 10px 0;} background-color: lighten(yellow, 35%);} .topic-meta-data { -white-space: nowrap; float: left; position: relative; @@ -609,6 +607,8 @@ position: relative; h3 { font-size: 13px; margin-top: 5px; + word-wrap: break-word; + line-height: 1.2; } @@ -712,12 +712,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 d49de983802..c82c29c4d16 100644 --- a/app/assets/stylesheets/desktop/topic.scss +++ b/app/assets/stylesheets/desktop/topic.scss @@ -44,8 +44,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; @@ -85,6 +85,7 @@ i {background: #e4f2f8; box-shadow: 0 0 3px #000; position: relative; + left: 302px; &.hidden { display: none; } @@ -146,8 +147,7 @@ i {background: #e4f2f8; #topic-progress { } position: absolute; - margin-right: -68px; - bottom: 8px; + bottom: -55px; }