Commit 9b4dad84 by Galen Frechette

refactors some of the sequence nav styles

parent 43652ed1
...@@ -3567,19 +3567,15 @@ div.course-wrapper.closed section.course-content div.video-subtitles ol.subtitle ...@@ -3567,19 +3567,15 @@ div.course-wrapper.closed section.course-content div.video-subtitles ol.subtitle
max-height: 577px; } max-height: 577px; }
nav.sequence-nav { nav.sequence-nav {
-webkit-box-sizing: border-box; border-bottom: 1px solid #e4d080;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 22.652px; margin-bottom: 22.652px;
position: relative; position: relative; }
top: -1px; }
nav.sequence-nav ol { nav.sequence-nav ol {
border-bottom: 1px solid #e4d080;
border-top: 1px solid #e4d080;
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
display: table; display: table;
height: 100%;
padding-right: 8.696%; padding-right: 8.696%;
width: 100%; } width: 100%; }
nav.sequence-nav ol li { nav.sequence-nav ol li {
...@@ -3722,8 +3718,8 @@ nav.sequence-nav ol li a:hover p { ...@@ -3722,8 +3718,8 @@ nav.sequence-nav ol li a:hover p {
margin-top: 4px; margin-top: 4px;
opacity: 1; } opacity: 1; }
nav.sequence-nav ul { nav.sequence-nav ul {
margin-right: 1px;
list-style: none !important; list-style: none !important;
height: 100%;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
......
nav.sequence-nav { nav.sequence-nav {
@extend .topbar; @extend .topbar;
@include box-sizing(border-box); border-bottom: 1px solid darken($cream, 20%);
margin-bottom: $body-line-height; margin-bottom: $body-line-height;
position: relative; position: relative;
top: -1px;
ol { ol {
border-bottom: 1px solid darken($cream, 20%);
border-top: 1px solid darken($cream, 20%);
@include box-sizing(border-box); @include box-sizing(border-box);
display: table; display: table;
height: 100%;
padding-right: flex-grid(1, 9); padding-right: flex-grid(1, 9);
width: 100%; width: 100%;
...@@ -172,8 +170,8 @@ nav.sequence-nav { ...@@ -172,8 +170,8 @@ nav.sequence-nav {
} }
ul { ul {
margin-right: 1px;
list-style: none !important; list-style: none !important;
height: 100%;
position: absolute; position: absolute;
right: 0; right: 0;
top: 0; top: 0;
......
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