Merge pull request #914 from MITx/feature/tomg/cas-cleanup-2
removed section dates; fixed fly in dragging
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -102,6 +103,17 @@ input.courseware-unit-search-input {
|
||||
border-top-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.new-section {
|
||||
header {
|
||||
height: auto;
|
||||
@include clearfix;
|
||||
}
|
||||
|
||||
.expand-collapse-icon {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.new-section-name,
|
||||
@@ -114,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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user