Commit d0fe1d69 by Brian Talbot

Merge pull request #1385 from edx/talbs/fix-lms-css

LMS: CSS Fixes for Re-architected Pipeline
parents f83fb880 25b24bef
...@@ -54,7 +54,6 @@ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-s ...@@ -54,7 +54,6 @@ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-s
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; } textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid { } input:valid, textarea:valid { }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; } table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; } td { vertical-align: top; }
......
...@@ -154,10 +154,6 @@ ...@@ -154,10 +154,6 @@
display: none; display: none;
} }
.ie-banner {
display: block !important;
}
div.course-wrapper { div.course-wrapper {
display: block !important; display: block !important;
...@@ -186,4 +182,14 @@ ...@@ -186,4 +182,14 @@
} }
} }
.course-wrapper {
clear: both !important;
}
}
.lte9 {
.ie-banner {
display: block !important;
}
} }
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
<%static:css group='style-vendor'/> <%static:css group='style-vendor'/>
<%static:css group='style-app'/> <%static:css group='style-app'/>
<%static:css group='style-app-extend1'/>
<%static:css group='style-app-extend2'/>
<%static:js group='main_vendor'/> <%static:js group='main_vendor'/>
<%block name="headextra"/> <%block name="headextra"/>
......
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