styling - re-aligned unit edit controls and added visual divider

This commit is contained in:
Brian Talbot
2012-12-13 15:02:38 -05:00
parent 2524992965
commit 15942aae05

View File

@@ -463,3 +463,22 @@
display: none;
}
}
// editing units from courseware
body.unit {
.component {
padding-top: 30px;
.component-actions {
@include box-sizing(border-box);
position: absolute;
width: 811px;
padding: 15px;
top: 0;
left: 0;
border-bottom: 1px solid $lightBluishGrey2;
background: $lightGrey;
}
}
}