Commit 182dace7 authored by Randall Leeds's avatar Randall Leeds

set some offset parents

parent b4401e06
......@@ -242,6 +242,7 @@ $iconset: iconset_wireframe;
//META BAR
.hyp-meta {
@include pie-clearfix;
position: relative;
.hyp-user {
@include primarytext;
text-decoration: underline; }
......@@ -443,11 +444,15 @@ $threadexp-width: 1em;
}
}
//ANNOTATION COMMON STYLES
.hyp-annotation {
position: relative;
}
//ANNOTATION DETAIL
.hyp-detail {
@include single-transition(all, 0.1s, ease-in-out);
margin-left: -$thread-padding / 2;
position: relative;
& > .hyp-reply > .hyp-meta > .annotator-controls {
@include single-transition(opacity, 0.25s, ease-in-out);
......
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