Commit 65a5d9a8 authored by Randall Leeds's avatar Randall Leeds

move reply controls to the meta bar - fixes #18

Add background back, along with a box shadow, for that nice
Twitter-like blur out of the covered text.
parent e4de71ef
......@@ -271,8 +271,10 @@ $threadexp-width: 1em;
//CONTROLS
.annotator-controls {
float: right;
display: inline-block;
@include box-shadow(-2em 0 2em 0 #fff);
background-color: #fff;
position: absolute;
right: 2em;
z-index: 1;
a {
text-decoration: underline;
......
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