fixed progress indicator a bit, line under title doesn't span full width anymore

This commit is contained in:
Kris Aubuchon 2013-10-21 09:38:35 -04:00
parent d4db161133
commit 77540ed999
2 changed files with 3 additions and 9 deletions

View File

@ -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; }

View File

@ -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;
}