changed play button for videos [ci skip]

This commit is contained in:
danielgrippi 2012-04-24 19:54:09 -07:00
parent c82e339640
commit b2ab11944e
4 changed files with 10 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -92,7 +92,15 @@ $default-border-radius: 3px;
@mixin video-overlay(){
.video-overlay {
background : image-url('video-overlay.png') no-repeat center center;
@include opacity(0.6);
background : {
image : image-url('buttons/playbtn.png');
repeat : no-repeat;
position : center center;
size : 60px 60px;
}
position : absolute;
top : 0;
left : 0;

View file

@ -19,8 +19,6 @@
{{/if}}
</section>
<section id="canvas">
</section>
<section id="canvas"></section>
<div id=paginate><span class="loader hidden"/></div>