center buttons, get download link correctly
This commit is contained in:
parent
5af9346a26
commit
6aaa08b327
|
@ -187,8 +187,9 @@ p {
|
||||||
}
|
}
|
||||||
|
|
||||||
.padmaButtons {
|
.padmaButtons {
|
||||||
width: 216px;
|
width: 108px;
|
||||||
margin-left: 4px;
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.padmaButtons a {
|
.padmaButtons a {
|
||||||
|
|
|
@ -91,7 +91,7 @@ $(function() {
|
||||||
<a title="Click to get more info about video" target="_blank" href="<%= video.infoUrl %>">¡</a>
|
<a title="Click to get more info about video" target="_blank" href="<%= video.infoUrl %>">¡</a>
|
||||||
</span>
|
</span>
|
||||||
<span class="downloadVideo">
|
<span class="downloadVideo">
|
||||||
<a title="Right-click and Save Link As to download video" target="_blank" href="<%= linkData.url %>">↓</a>
|
<a title="Right-click and Save Link As to download video" target="_blank" href="<%= video.getDownloadLink(linkData.tcIn, linkData.tcOut) %>">↓</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<video src="<%= video.video.urls['320'] %>" width="320" poster="<%= video.getFrame(linkData.tcIn) %>" controls="controls"></video>
|
<video src="<%= video.video.urls['320'] %>" width="320" poster="<%= video.getFrame(linkData.tcIn) %>" controls="controls"></video>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user