Merge pull request #1523 from MITx/style/btalbot/studio-newsection

studio - fixed alignment of new section field and controls
This commit is contained in:
Christina Roberts
2013-02-20 13:44:49 -08:00

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%;
}
}
}
}