From 0f4976e0697fa5606482738fbcd540247182f2c8 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 23 Jul 2012 16:53:39 -0400 Subject: [PATCH] Added some small IE fixes --- lms/static/sass/ie.scss | 8 +++++++- lms/templates/main.html | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lms/static/sass/ie.scss b/lms/static/sass/ie.scss index e7da93c335..b8e1d7f226 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 { @@ -128,3 +127,10 @@ header.global { } } +#lean_overlay { + background: #000; +} + +.modal .inner-wrapper form label { + display: block; +} diff --git a/lms/templates/main.html b/lms/templates/main.html index 82444c0766..e29681d2cf 100644 --- a/lms/templates/main.html +++ b/lms/templates/main.html @@ -7,7 +7,7 @@ <%static:css group='application'/> - <%static:js group='main_vendor'/>