Commit 1936b47b by Brian Talbot

studio - small display tweaks to setting form new/remove actions

parent 5730cf45
...@@ -263,6 +263,12 @@ body.course.settings { ...@@ -263,6 +263,12 @@ body.course.settings {
.current { .current {
@include size(640px,362px); @include size(640px,362px);
} }
.actions {
margin-top: ($baseline/2);
border-top: 1px solid $gray-l5;
padding-top: ($baseline/2);
}
} }
// specific fields - requirements // specific fields - requirements
......
...@@ -167,7 +167,7 @@ from contentstore import utils ...@@ -167,7 +167,7 @@ from contentstore import utils
<label for="course-overview">Course Introduction Video</label> <label for="course-overview">Course Introduction Video</label>
<div class="input input-existing"> <div class="input input-existing">
<div class="current current-course-introduction-video"> <div class="current current-course-introduction-video">
<iframe width="100%" height="" src="" frameborder="0" allowfullscreen></iframe> <iframe width="640" height="362" src="" frameborder="0" allowfullscreen></iframe>
</div> </div>
<div class="actions"> <div class="actions">
......
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