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 { ...@@ -2864,17 +2864,16 @@ section.course-index div#accordion ul.ui-accordion-content li a p.subtitle {
color: #666; } color: #666; }
section.course-content div.video-subtitles { section.course-content div.video-subtitles {
padding: 6px 22.652px; display: table;
margin: 0 -22.652px;
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
background: #f3f3f3;
zoom: 1; } zoom: 1; }
section.course-content div.video-subtitles:before, section.course-content div.video-subtitles:after { section.course-content div.video-subtitles:before, section.course-content div.video-subtitles:after {
content: ""; content: "";
display: table; } display: table; }
section.course-content div.video-subtitles:after { section.course-content div.video-subtitles:after {
clear: both; } 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 { section.course-content div.video-subtitles div.video-wrapper {
float: left; float: left;
width: 65.761%; width: 65.761%;
...@@ -3305,8 +3304,7 @@ section.course-content div.video-subtitles.fullscreen { ...@@ -3305,8 +3304,7 @@ section.course-content div.video-subtitles.fullscreen {
z-index: 999; } z-index: 999; }
section.course-content div.video-subtitles.fullscreen div.tc-wrapper { section.course-content div.video-subtitles.fullscreen div.tc-wrapper {
padding: 20px; padding: 20px;
vertical-align: middle; vertical-align: middle; }
display: table-cell; }
section.course-content div.video-subtitles.fullscreen ol.subtitles li { section.course-content div.video-subtitles.fullscreen ol.subtitles li {
color: #aaa; } color: #aaa; }
section.course-content div.video-subtitles.fullscreen ol.subtitles li.current { section.course-content div.video-subtitles.fullscreen ol.subtitles li.current {
......
section.course-content { section.course-content {
div.video-subtitles { div.video-subtitles {
padding: 6px lh(); // padding: 6px lh();
margin: 0 (-(lh())); // border-top: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1; // border-bottom: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1; // background: #f3f3f3;
background: #f3f3f3; display: table;
@include clearfix(); @include clearfix();
// div.tc-wrapper { div.tc-wrapper {
// display: table-cell; display: table-cell;
// width: 100%; width: 100%;
// } }
div.video-wrapper { div.video-wrapper {
float: left; float: left;
...@@ -377,7 +377,6 @@ section.course-content { ...@@ -377,7 +377,6 @@ section.course-content {
div.tc-wrapper { div.tc-wrapper {
padding: 20px; padding: 20px;
vertical-align: middle; vertical-align: middle;
display: table-cell;
} }
ol.subtitles { 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