diff --git a/lms/static/sass/ie.scss b/lms/static/sass/ie.scss
index e7da93c335..35997d95a7 100644
--- a/lms/static/sass/ie.scss
+++ b/lms/static/sass/ie.scss
@@ -16,7 +16,6 @@ header.global {
.home > header .title {
&:hover {
- height: 120px;
> hgroup {
h1 {
@@ -101,7 +100,6 @@ header.global {
}
}
- // }
.info {
height: auto;
@@ -128,3 +126,10 @@ header.global {
}
}
+#lean_overlay {
+ background: #000;
+}
+
+.modal .inner-wrapper form label {
+ display: block;
+}
diff --git a/lms/static/sass/multicourse/_about_pages.scss b/lms/static/sass/multicourse/_about_pages.scss
index 7b527c9a19..4ab9bb332a 100644
--- a/lms/static/sass/multicourse/_about_pages.scss
+++ b/lms/static/sass/multicourse/_about_pages.scss
@@ -146,7 +146,7 @@
}
}
- .faq {
+ .faq, .help {
@include clearfix;
nav.categories {
diff --git a/lms/templates/main.html b/lms/templates/main.html
index 82444c0766..9085447169 100644
--- a/lms/templates/main.html
+++ b/lms/templates/main.html
@@ -7,12 +7,16 @@
<%static:css group='application'/>
-
<%static:js group='main_vendor'/>
<%block name="headextra"/>
+
+
@@ -27,10 +31,6 @@
<%static:js group='application'/>
-
-
<%block name="js_extra"/>