Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
e6716591
Commit
e6716591
authored
Feb 28, 2012
by
Reda Lemeden
Browse files
Options
Browse Files
Download
Plain Diff
Merge
parents
d4157467
98f646a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
23 deletions
+36
-23
sass/courseware/_video.scss
+34
-21
video.html
+2
-2
No files found.
sass/courseware/_video.scss
View file @
e6716591
...
...
@@ -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
{
...
...
video.html
View file @
e6716591
...
...
@@ -71,12 +71,12 @@
});
$
(
'.speeds ol'
).
hide
();
/*
$('.speeds ol').hide();
$('.speeds h3 a').click(function() {
$('.speeds ol').toggle();
return false;
});
});
*/
});
</script>
</
%
block>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment