diff --git a/static/sass/courseware/_video.scss b/static/sass/courseware/_video.scss index 6420379f2b..54c3fd8e95 100644 --- a/static/sass/courseware/_video.scss +++ b/static/sass/courseware/_video.scss @@ -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;