Commit e6716591 by Reda Lemeden

Merge

parents d4157467 98f646a5
......@@ -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 {
......
......@@ -71,12 +71,12 @@
});
$('.speeds ol').hide();
/* $('.speeds ol').hide();
$('.speeds h3 a').click(function() {
$('.speeds ol').toggle();
return false;
});
});*/
});
</script>
</%block>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment