Commit 57b885b1 authored by Randall Leeds's avatar Randall Leeds

unify inline/top-level editors, add button style

fixes #54
parent 1512a6dc
...@@ -280,8 +280,12 @@ $threadexp-width: 1em; ...@@ -280,8 +280,12 @@ $threadexp-width: 1em;
z-index: 1; z-index: 1;
} }
& > * {
margin-right: .5em;
}
a { a {
text-decoration: underline; text-decoration: none;
cursor: pointer; cursor: pointer;
padding-left: 1.3em; padding-left: 1.3em;
line-height: 1.2em; line-height: 1.2em;
...@@ -289,7 +293,6 @@ $threadexp-width: 1em; ...@@ -289,7 +293,6 @@ $threadexp-width: 1em;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: left center; background-position: left center;
color: #666; color: #666;
margin: .25em;
&.hyp-write { &.hyp-write {
background-image: url("../images/pen_1.png"); } background-image: url("../images/pen_1.png"); }
&.hyp-fave { &.hyp-fave {
...@@ -437,6 +440,7 @@ $threadexp-width: 1em; ...@@ -437,6 +440,7 @@ $threadexp-width: 1em;
border: 1px solid #999999; border: 1px solid #999999;
border-radius: 3px; border-radius: 3px;
@include box-shadow(0px 1px 0px #999999); @include box-shadow(0px 1px 0px #999999);
padding: 0 .5em;
position: relative; position: relative;
&:active { &:active {
top: 1px; top: 1px;
...@@ -606,6 +610,16 @@ $threadexp-width: 1em; ...@@ -606,6 +610,16 @@ $threadexp-width: 1em;
margin-top: 0.5em; margin-top: 0.5em;
} }
.hyp-bottombar {
margin-top: 0.8em;
@include pie-clearfix;
.hyp-left {
float: left; }
.hyp-right {
float: right;
}
}
.hyp-scorecontrol { .hyp-scorecontrol {
display: none; display: none;
position: absolute; position: absolute;
......
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