Commit 73d90798 by Brian Talbot

Merge pull request #4894 from edx/talbs/studio-outline-fixups

Studio: FIX - Outline Edit Actions Alignment
parents 211a65de 4056e6aa
......@@ -15,6 +15,10 @@
vertical-align: top;
}
.incontext-editor-action-wrapper {
position: relative;
}
.incontext-editor-open-action {
@include transition(opacity $tmg-f1 ease-in-out 0);
opacity: 0.0;
......@@ -346,6 +350,11 @@
}
}
// in-context actions
.incontext-editor-action-wrapper {
top: -($baseline/20);
}
// status
.section-status {
margin: 0 0 0 ($outline-indent-width*1.25);
......@@ -431,6 +440,11 @@
}
}
// in-context actions
.incontext-editor-action-wrapper {
top: -($baseline/10);
}
// status
.subsection-status {
margin: 0 0 0 $outline-indent-width;
......
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