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
696131b2
Commit
696131b2
authored
Jul 20, 2012
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modularize video css
parent
22f3e017
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
2 additions
and
1 deletions
+2
-1
cms/static/sass/_base.scss
+1
-0
common/lib/xmodule/xmodule/css/video/display.scss
+0
-0
common/lib/xmodule/xmodule/video_module.py
+1
-0
common/static/images/cc.png
+0
-0
common/static/images/closed-arrow.png
+0
-0
common/static/images/fullscreen.png
+0
-0
common/static/images/open-arrow.png
+0
-0
common/static/images/slider-handle.png
+0
-0
common/static/images/vcr.png
+0
-0
common/static/images/volume.png
+0
-0
lms/static/sass/course.scss
+0
-1
No files found.
cms/static/sass/_base.scss
View file @
696131b2
...
...
@@ -11,6 +11,7 @@ $bright-blue: #3c8ebf;
$orange
:
#f96e5b
;
$yellow
:
#fff8af
;
$cream
:
#F6EFD4
;
$mit-red
:
#933
;
// Base html styles
html
{
...
...
lms/static/sass/course/old/courseware/_video
.scss
→
common/lib/xmodule/xmodule/css/video/display
.scss
View file @
696131b2
This diff is collapsed.
Click to expand it.
common/lib/xmodule/xmodule/video_module.py
View file @
696131b2
...
...
@@ -20,6 +20,7 @@ class VideoModule(XModule):
[
resource_string
(
__name__
,
'js/src/video/display/'
+
filename
)
for
filename
in
sorted
(
resource_listdir
(
__name__
,
'js/src/video/display'
))]}
css
=
{
'scss'
:
[
resource_string
(
__name__
,
'css/video/display.scss'
)]}
js_module_name
=
"Video"
def
__init__
(
self
,
system
,
location
,
definition
,
instance_state
=
None
,
shared_state
=
None
,
**
kwargs
):
...
...
lms
/static/images/cc.png
→
common
/static/images/cc.png
View file @
696131b2
File moved
lms
/static/images/closed-arrow.png
→
common
/static/images/closed-arrow.png
View file @
696131b2
File moved
lms
/static/images/fullscreen.png
→
common
/static/images/fullscreen.png
View file @
696131b2
File moved
lms
/static/images/open-arrow.png
→
common
/static/images/open-arrow.png
View file @
696131b2
File moved
lms
/static/images/slider-handle.png
→
common
/static/images/slider-handle.png
View file @
696131b2
File moved
lms
/static/images/vcr.png
→
common
/static/images/vcr.png
View file @
696131b2
File moved
lms
/static/images/volume.png
→
common
/static/images/volume.png
View file @
696131b2
File moved
lms/static/sass/course.scss
View file @
696131b2
...
...
@@ -17,7 +17,6 @@
@import
'course/old/base/functions'
;
@import
'course/old/courseware/courseware'
;
@import
'course/old/courseware/sidebar'
;
@import
'course/old/courseware/video'
;
@import
'course/old/courseware/amplifier'
;
@import
'module/module-styles.scss'
;
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