diff --git a/lms/static/sass/base/_extends.scss b/lms/static/sass/base/_extends.scss index 9dc10aed5f..2998e25dca 100644 --- a/lms/static/sass/base/_extends.scss +++ b/lms/static/sass/base/_extends.scss @@ -89,3 +89,9 @@ border: 1px solid rgb(6, 65, 18); color: rgb(255, 255, 255); } + +.global { + h2 { + display: none; + } +} \ No newline at end of file diff --git a/lms/static/sass/course/base/_base.scss b/lms/static/sass/course/base/_base.scss index 8d952b5040..cd68b4bbaf 100644 --- a/lms/static/sass/course/base/_base.scss +++ b/lms/static/sass/course/base/_base.scss @@ -1,3 +1,7 @@ +body { + min-width: 980px; +} + body, h1, h2, h3, h4, h5, h6, p, p a:link, p a:visited, a { font-family: $sans-serif; } diff --git a/lms/static/sass/course/base/_extends.scss b/lms/static/sass/course/base/_extends.scss index 62a6b25393..7b3e1cba84 100644 --- a/lms/static/sass/course/base/_extends.scss +++ b/lms/static/sass/course/base/_extends.scss @@ -187,7 +187,13 @@ h1.top-header { } .global { + .find-courses-button { + display: none; + } + h2 { + display: block; + width: 700px; float: left; font-size: 0.9em; font-weight: 600; @@ -195,6 +201,9 @@ h1.top-header { letter-spacing: 0; text-transform: none; text-shadow: 0 1px 0 #fff; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; .provider { font: inherit; diff --git a/lms/templates/courseware.html b/lms/templates/courseware.html index a14f35d154..8811509088 100644 --- a/lms/templates/courseware.html +++ b/lms/templates/courseware.html @@ -1,6 +1,5 @@ <%inherit file="main.html" /> <%namespace name='static' file='static_content.html'/> -<%block name="bodyclass">courseware <%block name="title">Courseware – MITx 6.002x <%block name="headextra"> diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html index f0242f995b..7ba5cca8d0 100644 --- a/lms/templates/navigation.html +++ b/lms/templates/navigation.html @@ -7,16 +7,16 @@