From c885fce7981f09b5afccf4260028912e5c386664 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Mon, 15 Oct 2012 11:07:41 -0400 Subject: [PATCH 1/3] removed expand/collapse from new section form --- cms/static/sass/_courseware.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cms/static/sass/_courseware.scss b/cms/static/sass/_courseware.scss index 4251f25f90..6502d25460 100644 --- a/cms/static/sass/_courseware.scss +++ b/cms/static/sass/_courseware.scss @@ -102,6 +102,12 @@ input.courseware-unit-search-input { border-top-width: 0; } } + + &.new-section { + .expand-collapse-icon { + visibility: hidden; + } + } } .new-section-name, From 200792ebfba8d4fa5236b670d3e82340bf556548 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Mon, 15 Oct 2012 11:41:03 -0400 Subject: [PATCH 2/3] temporarily removed dates from sections --- cms/static/sass/_courseware.scss | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/cms/static/sass/_courseware.scss b/cms/static/sass/_courseware.scss index 6502d25460..40e34375f6 100644 --- a/cms/static/sass/_courseware.scss +++ b/cms/static/sass/_courseware.scss @@ -45,7 +45,7 @@ input.courseware-unit-search-input { } header { - height: 67px; + height: 47px; .item-details { float: left; @@ -80,6 +80,7 @@ input.courseware-unit-search-input { } h4 { + display: none; font-size: 12px; color: #878e9d; @@ -104,6 +105,11 @@ input.courseware-unit-search-input { } &.new-section { + header { + height: auto; + @include clearfix; + } + .expand-collapse-icon { visibility: hidden; } @@ -120,12 +126,14 @@ input.courseware-unit-search-input { @include blue-button; padding: 2px 20px 5px; margin: 0 5px; + color: #fff !important; } .new-section-name-cancel, .new-subsection-name-cancel { @include white-button; padding: 2px 20px 5px; + color: #8891a1 !important; } .dummy-calendar { From 551b8792079f1af095ca3434de4709a2c5e37d06 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Mon, 15 Oct 2012 11:47:58 -0400 Subject: [PATCH 3/3] fixed component drag fly in glitch --- cms/static/sass/_unit.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 0b893e1965..10a1db9a30 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -57,7 +57,7 @@ border: 1px solid #d1ddec; border-radius: 3px; background: #fff; - @include transition(border-color .15s); + @include transition(none); &:hover { border-color: #6696d7;