studio - settings: synched up styling/controls for existing video with other existing fields
This commit is contained in:
@@ -286,9 +286,22 @@ body.course.settings {
|
||||
// specific fields - video
|
||||
#field-course-introduction-video {
|
||||
|
||||
// current video saved/referenced
|
||||
.current {
|
||||
@include size(640px,362px);
|
||||
.input-existing {
|
||||
@include box-sizing(border-box);
|
||||
@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 {
|
||||
|
||||
@@ -174,7 +174,7 @@ from contentstore import utils
|
||||
<label for="course-overview">Course Introduction Video</label>
|
||||
<div class="input input-existing">
|
||||
<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 class="actions">
|
||||
|
||||
Reference in New Issue
Block a user