Merge pull request #1555 from awesomerobot/master

fixed progress indicator a bit, line under title doesn't span full width...
This commit is contained in:
Robin Ward 2013-10-21 07:51:07 -07:00
commit f565766b1e
2 changed files with 5 additions and 10 deletions

View File

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

View File

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