From 200792ebfba8d4fa5236b670d3e82340bf556548 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Mon, 15 Oct 2012 11:41:03 -0400 Subject: [PATCH] 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 {