center buttons, get download link correctly

This commit is contained in:
Sanj 2011-03-14 08:16:01 +05:30
parent 5af9346a26
commit 6aaa08b327
2 changed files with 4 additions and 3 deletions

View File

@ -187,8 +187,9 @@ p {
} }
.padmaButtons { .padmaButtons {
width: 216px; width: 108px;
margin-left: 4px; margin-left: auto;
margin-right: auto;
} }
.padmaButtons a { .padmaButtons a {

View File

@ -91,7 +91,7 @@ $(function() {
<a title="Click to get more info about video" target="_blank" href="<%= video.infoUrl %>">&#161;</a> <a title="Click to get more info about video" target="_blank" href="<%= video.infoUrl %>">&#161;</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 %>">&darr;</a> <a title="Right-click and Save Link As to download video" target="_blank" href="<%= video.getDownloadLink(linkData.tcIn, linkData.tcOut) %>">&darr;</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>