Commit 7eb0d4fb by Kyle Fiedler

Fix bugs with video player list styles

parent 1bf1764a
...@@ -3107,7 +3107,9 @@ section.course-content div.video-subtitles div.video-wrapper section.video-contr ...@@ -3107,7 +3107,9 @@ section.course-content div.video-subtitles div.video-wrapper section.video-contr
outline: none; } outline: none; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls ul.vcr { section.course-content div.video-subtitles div.video-wrapper section.video-controls ul.vcr {
float: left; float: left;
margin-right: 22.652px; } margin-right: 22.652px;
list-style: none;
padding: 0; }
section.course-content div.video-subtitles div.video-wrapper section.video-controls ul.vcr li { section.course-content div.video-subtitles div.video-wrapper section.video-controls ul.vcr li {
float: left; float: left;
margin-bottom: 0; } margin-bottom: 0; }
...@@ -3659,7 +3661,7 @@ nav.sequence-nav ol li p::after { ...@@ -3659,7 +3661,7 @@ nav.sequence-nav ol li p::after {
width: 10px; } width: 10px; }
nav.sequence-nav ul { nav.sequence-nav ul {
margin-right: 1px; margin-right: 1px;
list-style: none !important; list-style: none !important;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
......
...@@ -143,6 +143,8 @@ section.course-content { ...@@ -143,6 +143,8 @@ section.course-content {
float: left; float: left;
margin-right: lh(); margin-right: lh();
@extend .dullify; @extend .dullify;
list-style: none;
padding: 0;
li { li {
float: left; float: left;
......
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