Commit 6c250544 by Kyle Fiedler

remove some styling for inline videos

parent a79bba50
......@@ -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 {
......
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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment