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