Commit 53eb9e60 by Frances Botsford Committed by muzaffaryousaf

layout fixes

parent 1c387e4f
...@@ -100,7 +100,8 @@ html.video-fullscreen { ...@@ -100,7 +100,8 @@ html.video-fullscreen {
div.course-wrapper { div.course-wrapper {
position: relative; position: relative;
section.course-content { section.course-content,
section.courseware-results-wrapper {
@extend .content; @extend .content;
padding: ($baseline*2) 3%; // percent allows for smaller padding on mobile padding: ($baseline*2) 3%; // percent allows for smaller padding on mobile
line-height: 1.6; line-height: 1.6;
...@@ -655,9 +656,10 @@ section.self-assessment { ...@@ -655,9 +656,10 @@ section.self-assessment {
} }
.courseware-results-wrapper { .courseware-results-wrapper {
padding: ($baseline*2);
.courseware-results {
display: none; display: none;
&.is-shown {
display: table-cell;
} }
} }
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