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
cd03a3ad
Commit
cd03a3ad
authored
Apr 12, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More minor tweeks
parent
2b1c6022
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
static/css/application.css
+3
-4
templates/sass/courseware/_video.scss
+1
-2
templates/video_init.js
+1
-1
No files found.
static/css/application.css
View file @
cd03a3ad
...
@@ -3189,10 +3189,9 @@ section.course-content div.video-subtitles div.video-wrapper section.video-contr
...
@@ -3189,10 +3189,9 @@ section.course-content div.video-subtitles div.video-wrapper section.video-contr
section
.course-content
div
.video-subtitles
div
.video-wrapper
section
.video-controls
div
.secondary-controls
div
.speeds
a
ol
#video_speeds
{
section
.course-content
div
.video-subtitles
div
.video-wrapper
section
.video-controls
div
.secondary-controls
div
.speeds
a
ol
#video_speeds
{
background-color
:
#444
;
background-color
:
#444
;
border
:
1px
solid
#000
;
border
:
1px
solid
#000
;
border-bottom
:
0
;
-webkit-box-shadow
:
inset
1px
0
0
#555555
,
0
3px
0
#444444
;
-webkit-box-shadow
:
inset
1px
0
0
#555555
,
0
2px
0
#444444
,
inset
0
-1px
0
black
;
-moz-box-shadow
:
inset
1px
0
0
#555555
,
0
3px
0
#444444
;
-moz-box-shadow
:
inset
1px
0
0
#555555
,
0
2px
0
#444444
,
inset
0
-1px
0
black
;
box-shadow
:
inset
1px
0
0
#555555
,
0
3px
0
#444444
;
box-shadow
:
inset
1px
0
0
#555555
,
0
2px
0
#444444
,
inset
0
-1px
0
black
;
left
:
-1px
;
left
:
-1px
;
display
:
none
;
display
:
none
;
position
:
absolute
;
position
:
absolute
;
...
...
templates/sass/courseware/_video.scss
View file @
cd03a3ad
...
@@ -242,8 +242,7 @@ section.course-content {
...
@@ -242,8 +242,7 @@ section.course-content {
ol
#video_speeds
{
ol
#video_speeds
{
background-color
:
#444
;
background-color
:
#444
;
border
:
1px
solid
#000
;
border
:
1px
solid
#000
;
border-bottom
:
0
;
@include
box-shadow
(
inset
1px
0
0
#555
,
0
3px
0
#444
);
@include
box-shadow
(
inset
1px
0
0
#555
,
0
2px
0
#444
,
inset
0
-1px
0
#000
);
left
:
-1px
;
left
:
-1px
;
display
:
none
;
display
:
none
;
position
:
absolute
;
position
:
absolute
;
...
...
templates/video_init.js
View file @
cd03a3ad
...
@@ -131,7 +131,7 @@ $(document).ready(function() {
...
@@ -131,7 +131,7 @@ $(document).ready(function() {
var
dropUpHeight
=
$
(
'ol#video_speeds'
).
height
();
var
dropUpHeight
=
$
(
'ol#video_speeds'
).
height
();
console
.
log
(
dropUpHeight
);
console
.
log
(
dropUpHeight
);
$
(
'ol#video_speeds'
).
css
(
'top'
,
-
(
dropUpHeight
));
$
(
'ol#video_speeds'
).
css
(
'top'
,
-
(
dropUpHeight
+
2
));
});
});
function
toggleVideo
(){
function
toggleVideo
(){
...
...
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