diff --git a/sass/courseware/_video.scss b/sass/courseware/_video.scss index 0836d07158..0949b96e64 100644 --- a/sass/courseware/_video.scss +++ b/sass/courseware/_video.scss @@ -143,44 +143,57 @@ section.course-content { -webkit-font-smoothing: antialiased; h3 { + @include inline-block(); + a { color: #fff; - display: block; padding: 0 lh(.5); + @include inline-block(); &:hover { text-decoration: none; - background-color: #444; + // background-color: #444; } } } + // fix for now ol#video_speeds { - @extend .clearfix; - background: #333; - border: 1px solid #000; - font-weight: bold; @include inline-block(); - padding: 0 lh(); - position: absolute; - right: 79px; - @include box-shadow(inset 0 1px 0 #555); + padding-right: lh(.5); li { cursor: pointer; - float: left; - margin-bottom: 0; - margin-right: lh(.5); - - &:last-child { - margin-right: 0; - } - - &:hover { - color: $mit-red; - } + @include inline-block(); } } + + // ol#video_speeds { + // @extend .clearfix; + // background: #333; + // border: 1px solid #000; + // font-weight: bold; + // @include inline-block(); + // padding: 0 lh(); + // position: absolute; + // right: 79px; + // @include box-shadow(inset 0 1px 0 #555); + + // li { + // cursor: pointer; + // float: left; + // margin-bottom: 0; + // margin-right: lh(.5); + + // &:last-child { + // margin-right: 0; + // } + + // &:hover { + // color: $mit-red; + // } + // } + // } } a.hide-subtitles { diff --git a/video.html b/video.html index b5ac71ba55..86c35364aa 100644 --- a/video.html +++ b/video.html @@ -71,12 +71,12 @@ }); - $('.speeds ol').hide(); + /* $('.speeds ol').hide(); $('.speeds h3 a').click(function() { $('.speeds ol').toggle(); return false; - }); + });*/ });