Commit 1618c916 by Frances Botsford

fix for duplicate drag and drop indicators on studio outline page

parent 2d678d0c
...@@ -46,12 +46,6 @@ ...@@ -46,12 +46,6 @@
// ==================== // ====================
// needed for poorly scoped margin rules on all content elements
.courseware-subsection .sortable-unit-list {
margin-bottom: 0;
}
// yes we have no boldness today - need to fix the resets // yes we have no boldness today - need to fix the resets
body strong, body strong,
body b { body b {
......
...@@ -479,12 +479,16 @@ ...@@ -479,12 +479,16 @@
} }
} }
.courseware-subsection .sortable-unit-list {
margin: ($baseline/4) 0 0 0;
}
// unit styles // unit styles
.courseware-unit { .courseware-unit {
margin: ($baseline/4) 0 0 ($baseline*1.75); margin: -1px 0 0 ($baseline*1.75);
&.add-new-unit { &.add-new-unit {
margin-right: ($baseline*1.75); margin: 5px ($baseline*1.75) 0 ($baseline*1.75);
} }
.section-item { .section-item {
......
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
.courseware-unit { .courseware-unit {
@include font-size(13); @include font-size(13);
@include clearfix(); @include clearfix();
margin: ($baseline/4) 0 0 0; margin: -1px 0 0 0;
.section-item { .section-item {
@include transition(background $tmg-avg ease-in-out 0); @include transition(background $tmg-avg ease-in-out 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