From 15942aae0513e40afec88df4832fce91e8be8a5d Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 13 Dec 2012 15:02:38 -0500 Subject: [PATCH] styling - re-aligned unit edit controls and added visual divider --- cms/static/sass/_unit.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index a6b9e56c2e..0fb9e9b75d 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -463,3 +463,22 @@ display: none; } } + +// editing units from courseware +body.unit { + + .component { + padding-top: 30px; + + .component-actions { + @include box-sizing(border-box); + position: absolute; + width: 811px; + padding: 15px; + top: 0; + left: 0; + border-bottom: 1px solid $lightBluishGrey2; + background: $lightGrey; + } + } +}