Merge pull request #4148 from edx/usman/lms2852-code-problems-output
Set position for collapsible.js full-bottom link.
This commit is contained in:
@@ -781,9 +781,13 @@ div.problem {
|
||||
text-align: right;
|
||||
font-size: 1em;
|
||||
|
||||
&.full-top{
|
||||
&.full-top {
|
||||
@include position(absolute, 1px 0px auto 0px);
|
||||
}
|
||||
|
||||
&.full-bottom {
|
||||
@include position(absolute, auto 0px 1px 0px);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user