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
583ff281
Commit
583ff281
authored
Apr 09, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverted speed dropdown
parent
90cd57f6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
25 deletions
+9
-25
templates/sass/courseware/_video.scss
+9
-19
templates/video.html
+0
-6
No files found.
templates/sass/courseware/_video.scss
View file @
583ff281
...
...
@@ -199,22 +199,22 @@ section.course-content {
border-right
:
1px
solid
#000
;
@include
box-shadow
(
1px
0
0
#555
,
inset
1px
0
0
#555
);
float
:
left
;
line-height
:
46px
;
//height of play pause buttons
line-height
:
0
;
padding-right
:
lh
(
.25
);
margin-right
:
0
;
position
:
relative
;
@include
transition
();
width
:
110px
;
cursor
:
pointer
;
-webkit-font-smoothing
:
antialiased
;
h3
{
@include
inline-block
()
;
float
:
left
;
padding
:
0
lh
(
.25
)
0
lh
(
.5
);
font-weight
:
normal
;
text-transform
:
uppercase
;
font-size
:
12px
;
letter-spacing
:
1px
;
color
:
#999
;
line-height
:
46px
;
//height of play pause buttons
}
p
.active
{
...
...
@@ -222,27 +222,19 @@ section.course-content {
padding
:
0
lh
(
.5
)
0
0
;
margin-bottom
:
0
;
font-weight
:
bold
;
display
:
none
;
}
// fix for now
ol
#video_speeds
{
background-color
:
#444
;
border
:
1px
solid
#000
;
border-top
:
0
;
@include
box-shadow
(
inset
1px
0
0
#555
);
@include
inline-block
();
left
:
-1px
;
position
:
absolute
;
top
:
48px
;
width
:
100%
;
z-index
:
10
;
li
{
border-bottom
:
1px
solid
#000
;
@include
box-shadow
(
0
1px
0
#555
);
float
:
left
;
color
:
#fff
;
cursor
:
pointer
;
padding
:
0
lh
(
.5
);
padding
:
0
lh
(
.25
);
line-height
:
46px
;
//height of play pause buttons
&
.active
{
font-weight
:
bold
;
...
...
@@ -255,15 +247,13 @@ section.course-content {
}
&
:hover
{
color
:
#aaa
;
background-color
:
#666
;
background-color
:
#444
;
}
}
}
&
:hover
{
opacity
:
1
;
background-color
:
#444
;
}
}
...
...
templates/video.html
View file @
583ff281
...
...
@@ -69,12 +69,6 @@
$
(
this
).
toggleClass
(
"off"
);
return
false
;
});
$
(
"ol#video_speeds"
).
hide
();
$
(
"div.speeds"
).
click
(
function
()
{
$
(
"ol#video_speeds"
).
slideToggle
(
150
);
});
});
</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