Commit 2f2ce555 by marco Committed by Andy Armstrong

adjusted visual styling for editing state of xblocks, html, and video components…

adjusted visual styling for editing state of xblocks, html, and video components which had extra padding applied to it from the container page xblock styling
STUD-1410
parent e6c9a6c9
......@@ -1403,3 +1403,9 @@ body.unit .component {
margin-top: ($baseline*1.5);
}
}
body.unit .component.editing {
.xmodule_DiscussionModule, .xmodule_HtmlModule, .xblock {
margin-top: 0;
}
}
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