Commit 32f79abd by Tom Giannattasio

added sidebar styling for staff posts and responses

parent 58f4f01e
...@@ -906,7 +906,7 @@ body.discussion { ...@@ -906,7 +906,7 @@ body.discussion {
position: relative; position: relative;
display: block; display: block;
height: 36px; height: 36px;
padding: 0 10px; padding: 0 10px 0 18px;
margin-bottom: 1px; margin-bottom: 1px;
margin-right: -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));
...@@ -917,6 +917,35 @@ body.discussion { ...@@ -917,6 +917,35 @@ body.discussion {
background-color: #eee; background-color: #eee;
} }
&.staff-post.staff-response {
.staff-post-icon {
top: 5px;
}
.staff-response-icon {
top: 18px;
}
}
.staff-post-icon,
.staff-response-icon {
position: absolute;
top: 11px;
left: 3px;
width: 13px;
height: 13px;
background: url(../images/staff-icons.png) no-repeat;
}
.staff-post-icon {
left: 2px;
background-position: 0 0;
}
.staff-response-icon {
background-position: -13px 0;
}
.title { .title {
font-size: 13px; font-size: 13px;
font-weight: 700; font-weight: 700;
...@@ -958,6 +987,14 @@ body.discussion { ...@@ -958,6 +987,14 @@ body.discussion {
color: #333; color: #333;
} }
.staff-post-icon {
background-position: 0 -13px;
}
.staff-response-icon {
background-position: -13px -13px;
}
.votes-count, .votes-count,
.comments-count { .comments-count {
@include linear-gradient(top, #3994c7, #4da7d3); @include linear-gradient(top, #3994c7, #4da7d3);
......
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