From f50e58ad7fa5ddffaeb50d88b3596eff8ccdb321 Mon Sep 17 00:00:00 2001 From: marco Date: Mon, 10 Mar 2014 16:22:32 -0400 Subject: [PATCH] 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 --- cms/static/sass/views/_unit.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cms/static/sass/views/_unit.scss b/cms/static/sass/views/_unit.scss index 61b1428b33..0a315e6799 100644 --- a/cms/static/sass/views/_unit.scss +++ b/cms/static/sass/views/_unit.scss @@ -1403,3 +1403,9 @@ body.unit .component { margin-top: ($baseline*1.5); } } + +body.unit .component.editing { + .xmodule_DiscussionModule, .xmodule_HtmlModule, .xblock { + margin-top: 0; + } +}