Commit ea709684 by Brian Talbot

studio - settings: synched up styling/controls for existing video with other existing fields

parent 34272beb
...@@ -286,9 +286,22 @@ body.course.settings { ...@@ -286,9 +286,22 @@ body.course.settings {
// specific fields - video // specific fields - video
#field-course-introduction-video { #field-course-introduction-video {
// current video saved/referenced .input-existing {
.current { @include box-sizing(border-box);
@include size(640px,362px); @include border-radius(3px);
background: $gray-l5;
padding: ($baseline/2);
.actions {
@include clearfix();
margin-top: ($baseline/2);
border-top: 1px solid $gray-l4;
padding-top: ($baseline/2);
.remove-item {
float: right;
}
}
} }
.actions { .actions {
......
...@@ -174,7 +174,7 @@ from contentstore import utils ...@@ -174,7 +174,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="640" height="362" src="" frameborder="0" allowfullscreen></iframe> <iframe width="618" height="350" 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