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
6c250544
Commit
6c250544
authored
Apr 03, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove some styling for inline videos
parent
a79bba50
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
17 deletions
+14
-17
static/css/application.css
+5
-7
templates/sass/courseware/_video.scss
+9
-10
No files found.
static/css/application.css
View file @
6c250544
...
...
@@ -2864,17 +2864,16 @@ section.course-index div#accordion ul.ui-accordion-content li a p.subtitle {
color
:
#666
;
}
section
.course-content
div
.video-subtitles
{
padding
:
6px
22.652px
;
margin
:
0
-22.652px
;
border-top
:
1px
solid
#e1e1e1
;
border-bottom
:
1px
solid
#e1e1e1
;
background
:
#f3f3f3
;
display
:
table
;
zoom
:
1
;
}
section
.course-content
div
.video-subtitles
:before
,
section
.course-content
div
.video-subtitles
:after
{
content
:
""
;
display
:
table
;
}
section
.course-content
div
.video-subtitles
:after
{
clear
:
both
;
}
section
.course-content
div
.video-subtitles
div
.tc-wrapper
{
display
:
table-cell
;
width
:
100%
;
}
section
.course-content
div
.video-subtitles
div
.video-wrapper
{
float
:
left
;
width
:
65.761%
;
...
...
@@ -3305,8 +3304,7 @@ section.course-content div.video-subtitles.fullscreen {
z-index
:
999
;
}
section
.course-content
div
.video-subtitles.fullscreen
div
.tc-wrapper
{
padding
:
20px
;
vertical-align
:
middle
;
display
:
table-cell
;
}
vertical-align
:
middle
;
}
section
.course-content
div
.video-subtitles.fullscreen
ol
.subtitles
li
{
color
:
#aaa
;
}
section
.course-content
div
.video-subtitles.fullscreen
ol
.subtitles
li
.current
{
...
...
templates/sass/courseware/_video.scss
View file @
6c250544
section
.course-content
{
div
.video-subtitles
{
padding
:
6px
lh
();
margin
:
0
(
-
(
lh
()))
;
border-top
:
1px
solid
#e1e1e1
;
border-bottom
:
1px
solid
#e1e1e1
;
background
:
#f3f3f3
;
//
padding: 6px lh();
// border-top: 1px solid #e1e1e1
;
// border-bottom
: 1px solid #e1e1e1;
// background: #f3f3f3
;
display
:
table
;
@include
clearfix
();
//
div.tc-wrapper {
//
display: table-cell;
//
width: 100%;
//
}
div
.tc-wrapper
{
display
:
table-cell
;
width
:
100%
;
}
div
.video-wrapper
{
float
:
left
;
...
...
@@ -377,7 +377,6 @@ section.course-content {
div
.tc-wrapper
{
padding
:
20px
;
vertical-align
:
middle
;
display
:
table-cell
;
}
ol
.subtitles
{
...
...
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