studio - fixed alignment of new section field and controls

This commit is contained in:
Brian Talbot
2013-02-20 16:43:13 -05:00
parent fbce67a883
commit 8b5f088eb9

View File

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