Commit d1238a27 by Tom Giannattasio

tweaked sidebar bugs

parent d8591c28
...@@ -294,6 +294,30 @@ body.discussion { ...@@ -294,6 +294,30 @@ body.discussion {
.thread-tags {
margin-top: 20px;
}
.thread-tag {
padding: 3px 10px 6px;
border-radius: 3px;
color: #333;
background: #c5eeff;
border: 1px solid #90c4d7;
font-size: 13px;
}
.thread-title {
display: block;
margin-bottom: 20px;
font-size: 21px;
color: #333;
font-weight: 700;
}
section.user-profile { section.user-profile {
...@@ -673,6 +697,7 @@ body.discussion { ...@@ -673,6 +697,7 @@ body.discussion {
.post-list-wrapper { .post-list-wrapper {
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden;
border-right: 1px solid transparent; border-right: 1px solid transparent;
} }
...@@ -685,6 +710,7 @@ body.discussion { ...@@ -685,6 +710,7 @@ body.discussion {
height: 36px; height: 36px;
padding: 0 10px; padding: 0 10px;
margin-bottom: 1px; margin-bottom: 1px;
margin-right: -1px;
@include linear-gradient(top, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0)); @include linear-gradient(top, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0));
background-color: #fff; background-color: #fff;
...@@ -716,15 +742,13 @@ body.discussion { ...@@ -716,15 +742,13 @@ body.discussion {
} }
&.followed:after { &.followed:after {
content: ''; content: '';
position: absolute; position: absolute;
top: -4px; top: 0;
right: 0; right: 1px;
width: 10px; width: 10px;
height: 10px; height: 12px;
font-size: 10px; background: url(../images/following-flag.png) no-repeat;
color: #53bdfb;
text-align: right;
} }
&.active { &.active {
...@@ -742,12 +766,12 @@ body.discussion { ...@@ -742,12 +766,12 @@ body.discussion {
color: #fff; color: #fff;
&:after { &:after {
color: #4da7d3; background-position: 0 0;
} }
} }
&.followed:after { &.followed:after {
color: #2d79aa; background-position: 0 -12px;
} }
&.resolved:before { &.resolved:before {
...@@ -787,13 +811,15 @@ body.discussion { ...@@ -787,13 +811,15 @@ body.discussion {
margin-left: 4px; margin-left: 4px;
&:after { &:after {
content: ''; content: '';
display: block; display: block;
position: absolute; position: absolute;
top: 11px; top: 16px;
right: 3px; right: 3px;
font-size: 6px; width: 5px;
color: #dfdfdf; height: 5px;
background: url(../images/comment-icon-bottoms.png) no-repeat;
background-position: 0 -5px;
} }
&.new { &.new {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment