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

set some offset parents

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