Added styles for non play button

This commit is contained in:
Kyle Fiedler
2012-06-01 15:06:24 -04:00
committed by Prem Sichanugrist
parent a6852eefb8
commit 382dc62173

View File

@@ -137,6 +137,7 @@ section.course-content {
float: left;
margin-bottom: 0;
a {
border-bottom: none;
border-right: 1px solid #000;
@@ -146,10 +147,15 @@ section.course-content {
line-height: 46px;
padding: 0 lh(.75);
text-indent: -9999px;
@include transition();
@include transition(background-color, opacity);
width: 14px;
background: url('../images/vcr.png') 15px 15px no-repeat;
&:empty {
height: 46px;
background: url('../images/vcr.png') 15px 15px no-repeat;
}
&.play {
background-position: 17px -114px;