move html5 iframe stylings to sass file
This commit is contained in:
@@ -112,6 +112,13 @@ div.course-wrapper {
|
||||
width: 640px;
|
||||
min-height: 620px;
|
||||
|
||||
iframe#html5_player {
|
||||
border: none;
|
||||
display: none;
|
||||
height: 390px;
|
||||
width: 640px;
|
||||
}
|
||||
|
||||
section {
|
||||
ul {
|
||||
display: inline-block;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
</div>
|
||||
|
||||
<!-- TODO(Ernie/Kyle) move styles to css -->
|
||||
<iframe id="html5_player" type="text/html" width="640" height="390" style="display:none;" frameborder="0">
|
||||
<iframe id="html5_player" type="text/html" frameborder="0">
|
||||
</iframe>
|
||||
|
||||
<section class="video-controls">
|
||||
|
||||
Reference in New Issue
Block a user