Commit 43c2acdb by Christina Roberts

Merge pull request #1416 from MITx/feature/dhm/dnd

Brian's CSS updates.
parents 25bede90 ffd585ae
...@@ -656,17 +656,6 @@ input.courseware-unit-search-input { ...@@ -656,17 +656,6 @@ input.courseware-unit-search-input {
} }
} }
// sort/drag and drop - make room
.ui-dragging-pushdown {
@include transition (margin-top 0.5s ease-in-out 0s);
margin-top: 15px;
}
.ui-dragging-pushup {
@include transition (margin-bottom 0.5s ease-in-out 0s);
margin-bottom: 15px;
}
.ui-draggable-dragging { .ui-draggable-dragging {
@include box-shadow(0 1px 2px rgba(0, 0, 0, .3)); @include box-shadow(0 1px 2px rgba(0, 0, 0, .3));
border: 1px solid $darkGrey; border: 1px solid $darkGrey;
...@@ -677,6 +666,11 @@ input.courseware-unit-search-input { ...@@ -677,6 +666,11 @@ input.courseware-unit-search-input {
background: $yellow !important; background: $yellow !important;
} }
} }
// hiding unit button - temporary fix until this semantically corrected
.new-unit-item {
display: none;
}
} }
ol.ui-droppable .branch:first-child .section-item { ol.ui-droppable .branch:first-child .section-item {
......
...@@ -305,6 +305,7 @@ ...@@ -305,6 +305,7 @@
.wrapper-component-editor { .wrapper-component-editor {
z-index: 9999; z-index: 9999;
position: relative; position: relative;
background: $lightBluishGrey2;
} }
.component-editor { .component-editor {
......
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