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
This commit is contained in:
marco
2014-03-10 16:22:32 -04:00
committed by Andy Armstrong
parent e6c9a6c9d9
commit 2f2ce555c1

View File

@@ -1403,3 +1403,9 @@ body.unit .component {
margin-top: ($baseline*1.5);
}
}
body.unit .component.editing {
.xmodule_DiscussionModule, .xmodule_HtmlModule, .xblock {
margin-top: 0;
}
}