Skip to content

Commit

Permalink
fixed youtube player overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thehandsomepanther committed May 3, 2016
1 parent e02f8a4 commit 967d9ff
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions static/css/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,23 @@ label, .data-media-upload {
}
.data-section input[type="text"] {height: 28px;}

.data-media-preview {
display: inline-block;
width: 35%;
margin-right: 4%;
vertical-align: top;
}

.data-media-details {
display: inline-block;
width: 60%
}

.vco-media-item {
width: 100%;
height: auto;
}

.data-media-icons {
text-align:right;
width:100%;
Expand Down
6 changes: 3 additions & 3 deletions templates/_editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
<span class="vco-icon-wikipedia"></span>
</div>
-->
<div class="data-media-preview" style='display: inline-block; width: 35%; margin-right: 4%; vertical-align: top;'>
<div class="data-media-preview">

</div>
<div class="" style='display: inline-block; width: 60%'>
<div class="data-media-details">
<input id="url" type="text" placeholder="URL to your media">

<div class="data-media-upload">
Expand Down

0 comments on commit 967d9ff

Please sign in to comment.