Commit b36b459b by Adam

Merge pull request #4148 from edx/usman/lms2852-code-problems-output

Set position for collapsible.js full-bottom link.
parents 0dbcf062 3d040977
...@@ -781,9 +781,13 @@ div.problem { ...@@ -781,9 +781,13 @@ div.problem {
text-align: right; text-align: right;
font-size: 1em; font-size: 1em;
&.full-top{ &.full-top {
@include position(absolute, 1px 0px auto 0px); @include position(absolute, 1px 0px auto 0px);
} }
&.full-bottom {
@include position(absolute, auto 0px 1px 0px);
}
} }
} }
} }
......
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