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
parent a10d8d41d2
commit f50e58ad7f

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;
}
}