From 73f2cdf67058a92407ac58b17ddfe3649bf53dae Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 17 Oct 2013 12:53:16 -0400 Subject: [PATCH] LMS: syncs up IE warning banner UI with new IE detection technique --- lms/static/sass/ie.scss | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/lms/static/sass/ie.scss b/lms/static/sass/ie.scss index 9ba7e612c1..8bf57df593 100644 --- a/lms/static/sass/ie.scss +++ b/lms/static/sass/ie.scss @@ -154,10 +154,6 @@ display: none; } - .ie-banner { - display: block !important; - } - div.course-wrapper { display: block !important; @@ -186,4 +182,14 @@ } } + .course-wrapper { + clear: both !important; + } +} + +.lte8 { + + .ie-banner { + display: block !important; + } }