From 6ca55b84586f5c001c582fff17739e4131312b14 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 4 Feb 2013 14:35:04 -0500 Subject: [PATCH 1/2] studio - overview drag and drop: removed unused scss and hid new unit button while dragging --- cms/static/sass/_courseware.scss | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/cms/static/sass/_courseware.scss b/cms/static/sass/_courseware.scss index dac3375811..f2bd25c601 100644 --- a/cms/static/sass/_courseware.scss +++ b/cms/static/sass/_courseware.scss @@ -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 { @include box-shadow(0 1px 2px rgba(0, 0, 0, .3)); border: 1px solid $darkGrey; @@ -677,6 +666,11 @@ input.courseware-unit-search-input { 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 { From ffd585ae567420f3d3ed41cd7e08d9f2b6fc8fa0 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 4 Feb 2013 14:44:17 -0500 Subject: [PATCH 2/2] studio - resolved safari/webkit display issue with unit editing window's wrapper background color --- cms/static/sass/_unit.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index d8ca1117e9..bdc76c811c 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -305,6 +305,7 @@ .wrapper-component-editor { z-index: 9999; position: relative; + background: $lightBluishGrey2; } .component-editor {