Commit 8a6dc040 by Brian Talbot

studio - styled first children in an overview's subsection list for drag and drop work

parent 0009430b
...@@ -25,18 +25,18 @@ input.courseware-unit-search-input { ...@@ -25,18 +25,18 @@ input.courseware-unit-search-input {
width: 145px; width: 145px;
.status-label { .status-label {
position: absolute; position: absolute;
top: 2px; top: 2px;
right: -5px; right: -5px;
display: none; display: none;
width: 110px; width: 110px;
padding: 5px 40px 5px 10px; padding: 5px 40px 5px 10px;
@include border-radius(3px); @include border-radius(3px);
color: $lightGrey; color: $lightGrey;
text-align: right; text-align: right;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
line-height: 16px; line-height: 16px;
} }
.menu-toggle { .menu-toggle {
...@@ -645,10 +645,19 @@ input.courseware-unit-search-input { ...@@ -645,10 +645,19 @@ input.courseware-unit-search-input {
color: $darkGrey; color: $darkGrey;
} }
// sort/drag and drop
.ui-droppable { .ui-droppable {
min-height: 22px; min-height: 20px;
&.dropover {
padding-top: 11px; &.dropover {
padding-bottom: 11px; padding-top: 10px;
} padding-bottom: 10px;
} }
\ No newline at end of file }
ol.ui-droppable .branch:first-child .section-item {
border-top: none;
}
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