Sprited vcr controlls and added default bg image

This commit is contained in:
Kyle Fiedler
2012-06-01 14:35:18 -04:00
committed by Prem Sichanugrist
parent fe849dedd9
commit a6852eefb8
4 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 B

BIN
static/images/vcr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B

View File

@@ -148,9 +148,10 @@ section.course-content {
text-indent: -9999px;
@include transition();
width: 14px;
background: url('../images/vcr.png') 15px 15px no-repeat;
&.play {
background: url('../images/play-icon.png') center center no-repeat;
background-position: 17px -114px;
&:hover {
background-color: #444;
@@ -158,7 +159,7 @@ section.course-content {
}
&.pause {
background: url('../images/pause-icon.png') center center no-repeat;
background-position: 16px -50px;
&:hover {
background-color: #444;