Commit 1026a173 by Tom Giannattasio

fixed sidebar styles

parent d19dc6a9
...@@ -27,6 +27,7 @@ body.discussion { ...@@ -27,6 +27,7 @@ body.discussion {
.new-post-btn { .new-post-btn {
@include blue-button; @include blue-button;
margin-right: 4px;
} }
.new-post-icon { .new-post-icon {
...@@ -278,12 +279,16 @@ body.discussion { ...@@ -278,12 +279,16 @@ body.discussion {
border-bottom: 1px solid #a3a3a3; border-bottom: 1px solid #a3a3a3;
background: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)) #aeaeae; background: -webkit-linear-gradient(top, rgba(255, 255, 255, .3), rgba(255, 255, 255, 0)) #aeaeae;
box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset;
font-size: 9px;
font-weight: bold; span,
line-height: 25px; a {
color: #333; font-size: 9px;
text-transform: uppercase; font-weight: bold;
text-shadow: 0 1px 0 rgba(255, 255, 255, .4); line-height: 25px;
color: #333;
text-transform: uppercase;
text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
}
.sort-label { .sort-label {
display: block; display: block;
...@@ -306,6 +311,7 @@ body.discussion { ...@@ -306,6 +311,7 @@ body.discussion {
&:hover { &:hover {
background: -webkit-linear-gradient(top, rgba(255, 255, 255, .4), rgba(255, 255, 255, .2)); background: -webkit-linear-gradient(top, rgba(255, 255, 255, .4), rgba(255, 255, 255, .2));
color: #333;
} }
&.active { &.active {
...@@ -321,7 +327,7 @@ body.discussion { ...@@ -321,7 +327,7 @@ body.discussion {
background-color: #ddd; background-color: #ddd;
li:last-child a { li:last-child a {
border-bottom: 1px solid #ddd; // border-bottom: 1px solid #ddd;
} }
a { a {
...@@ -330,11 +336,20 @@ body.discussion { ...@@ -330,11 +336,20 @@ body.discussion {
height: 36px; height: 36px;
padding: 0 10px; padding: 0 10px;
margin-bottom: 1px; margin-bottom: 1px;
background: #fff; @include linear-gradient(top, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0));
font-size: 13px; background-color: #fff;
font-weight: 700;
line-height: 34px; &:hover {
color: #333; @include linear-gradient(top, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0));
background-color: #eee;
}
.title {
font-size: 13px;
font-weight: 700;
line-height: 34px;
color: #333;
}
&.read .title { &.read .title {
font-weight: 400; font-weight: 400;
...@@ -352,13 +367,15 @@ body.discussion { ...@@ -352,13 +367,15 @@ body.discussion {
} }
&.followed:after { &.followed:after {
content: ''; content: '';
position: absolute; position: absolute;
top: 0; top: -4px;
right: 0; right: 0;
width: 12px; width: 10px;
height: 12px; height: 10px;
background: url(../images/following-flag.png) no-repeat; font-size: 10px;
color: #53bdfb;
text-align: right;
} }
&.active { &.active {
...@@ -381,7 +398,7 @@ body.discussion { ...@@ -381,7 +398,7 @@ body.discussion {
} }
&.followed:after { &.followed:after {
background-position: 0 -12px; color: #2d79aa;
} }
&.resolved:before { &.resolved:before {
......
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