Commit 979f8f87 by chrisndodge

Merge pull request #914 from MITx/feature/tomg/cas-cleanup-2

removed section dates; fixed fly in dragging
parents 851616d2 551b8792
...@@ -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;
...@@ -102,6 +103,17 @@ input.courseware-unit-search-input { ...@@ -102,6 +103,17 @@ input.courseware-unit-search-input {
border-top-width: 0; border-top-width: 0;
} }
} }
&.new-section {
header {
height: auto;
@include clearfix;
}
.expand-collapse-icon {
visibility: hidden;
}
}
} }
.new-section-name, .new-section-name,
...@@ -114,12 +126,14 @@ input.courseware-unit-search-input { ...@@ -114,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 {
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
border: 1px solid #d1ddec; border: 1px solid #d1ddec;
border-radius: 3px; border-radius: 3px;
background: #fff; background: #fff;
@include transition(border-color .15s); @include transition(none);
&:hover { &:hover {
border-color: #6696d7; border-color: #6696d7;
......
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