Commit 200792eb by Tom Giannattasio

temporarily removed dates from sections

parent c885fce7
...@@ -45,7 +45,7 @@ input.courseware-unit-search-input { ...@@ -45,7 +45,7 @@ input.courseware-unit-search-input {
} }
header { header {
height: 67px; height: 47px;
.item-details { .item-details {
float: left; float: left;
...@@ -80,6 +80,7 @@ input.courseware-unit-search-input { ...@@ -80,6 +80,7 @@ input.courseware-unit-search-input {
} }
h4 { h4 {
display: none;
font-size: 12px; font-size: 12px;
color: #878e9d; color: #878e9d;
...@@ -104,6 +105,11 @@ input.courseware-unit-search-input { ...@@ -104,6 +105,11 @@ input.courseware-unit-search-input {
} }
&.new-section { &.new-section {
header {
height: auto;
@include clearfix;
}
.expand-collapse-icon { .expand-collapse-icon {
visibility: hidden; visibility: hidden;
} }
...@@ -120,12 +126,14 @@ input.courseware-unit-search-input { ...@@ -120,12 +126,14 @@ input.courseware-unit-search-input {
@include blue-button; @include blue-button;
padding: 2px 20px 5px; padding: 2px 20px 5px;
margin: 0 5px; margin: 0 5px;
color: #fff !important;
} }
.new-section-name-cancel, .new-section-name-cancel,
.new-subsection-name-cancel { .new-subsection-name-cancel {
@include white-button; @include white-button;
padding: 2px 20px 5px; padding: 2px 20px 5px;
color: #8891a1 !important;
} }
.dummy-calendar { .dummy-calendar {
......
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