Commit 8b5f088e by Brian Talbot

studio - fixed alignment of new section field and controls

parent fbce67a8
...@@ -498,6 +498,7 @@ input.courseware-unit-search-input { ...@@ -498,6 +498,7 @@ input.courseware-unit-search-input {
} }
&.new-section { &.new-section {
header { header {
height: auto; height: auto;
@include clearfix(); @include clearfix();
...@@ -506,6 +507,15 @@ input.courseware-unit-search-input { ...@@ -506,6 +507,15 @@ input.courseware-unit-search-input {
.expand-collapse-icon { .expand-collapse-icon {
visibility: hidden; visibility: hidden;
} }
.item-details {
padding: 25px 0 0 0;
.section-name {
float: none;
width: 100%;
}
}
} }
} }
......
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