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
7cfc50fa
Commit
7cfc50fa
authored
Jan 26, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Video scss refactor
--HG-- branch : kf-video-layout
parent
57d129a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
105 additions
and
0 deletions
+105
-0
sass/_courseware-video.scss
+105
-0
No files found.
sass/_courseware-video.scss
0 → 100644
View file @
7cfc50fa
section
.course-content
{
div
.video-wrapper
{
float
:
left
;
width
:
flex-grid
(
6
,
9
);
margin-right
:
flex-gutter
(
9
);
div
.video-player
{
position
:
relative
;
padding-bottom
:
56
.25%
;
padding-top
:
30px
;
height
:
0
;
overflow
:
hidden
;
object
{
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
}
iframe
#html5_player
{
border
:
none
;
display
:
none
;
position
:
absolute
;
top
:
0
;
left
:
0
;
width
:
100%
;
height
:
100%
;
}
}
section
{
ul
{
display
:
inline-block
;
li
{
margin-top
:
5px
;
display
:
inline-block
;
cursor
:
pointer
;
border
:
0
;
padding
:
0
;
div
{
&
:empty
{
display
:
none
;
}
}
}
}
div
#slider
{
margin
:
-14px
0
10px
60px
;
}
div
#vidtime
{
float
:
left
;
}
div
#video_speeds
{
float
:
right
;
cursor
:
pointer
;
span
{
&
:hover
{
color
:
$mit-red
;
}
}
}
}
}
ol
.subtitles
{
float
:
left
;
width
:
flex-grid
(
3
,
9
);
li
{
margin-bottom
:
0px
;
cursor
:
pointer
;
border
:
0
;
padding
:
0
;
color
:
#666
;
&
.current
{
background-color
:
#f3f3f3
;
color
:
#333
;
}
&
:hover
{
color
:
$mit-red
;
}
div
{
margin-bottom
:
8px
;
}
div
:empty
{
margin-bottom
:
0px
;
}
}
}
}
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