Commit 15942aae by Brian Talbot

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

parent 25249929
...@@ -463,3 +463,22 @@ ...@@ -463,3 +463,22 @@
display: none; 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;
}
}
}
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