Commit 8a6dc040 by Brian Talbot

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

parent 0009430b
......@@ -645,10 +645,19 @@ input.courseware-unit-search-input {
color: $darkGrey;
}
// sort/drag and drop
.ui-droppable {
min-height: 22px;
min-height: 20px;
&.dropover {
padding-top: 11px;
padding-bottom: 11px;
padding-top: 10px;
padding-bottom: 10px;
}
}
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