Commit 6d7225be by Kyle Fiedler

Added some final touches to askbot

parent ff1f0907
...@@ -63,9 +63,15 @@ div.discussion-wrapper aside { ...@@ -63,9 +63,15 @@ div.discussion-wrapper aside {
li { li {
border-bottom: 0; border-bottom: 0;
background: #eee; background: #eee;
padding: 6px 10px 6px 5px;
a:hover { a {
background: transparent; padding: 0;
line-height: 12px;
&:hover {
background: transparent;
}
} }
} }
} }
...@@ -113,6 +119,7 @@ div.discussion-wrapper aside { ...@@ -113,6 +119,7 @@ div.discussion-wrapper aside {
@include box-shadow(none); @include box-shadow(none);
margin-left: 3px; margin-left: 3px;
opacity: 0.5; opacity: 0.5;
padding: 6px 0 0;
position: absolute; position: absolute;
text-indent: -9999px; text-indent: -9999px;
width: 24px; width: 24px;
...@@ -133,15 +140,22 @@ div.discussion-wrapper aside { ...@@ -133,15 +140,22 @@ div.discussion-wrapper aside {
} }
input#clear { input#clear {
@include box-shadow(none); background: none;
@include border-radius(15px);
border: none; border: none;
background: #bbb; @include border-radius(0);
color: #fff; @include box-shadow(none);
color: #999;
display: inline; display: inline;
font-size: 10px; font-size: 12px;
margin-left: -25px; font-weight: bold;
height: 19px;
line-height: 1em;
margin: {
left: -25px;
top: 8px;
}
padding: 2px 5px; padding: 2px 5px;
text-shadow: none;
} }
} }
......
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