Commit f33f7134 by Brian Talbot

lms - pearson: trying to resolve JQUI accordion width bug in IE7 - enforcing width to chapters

parent 83e4dfaa
...@@ -67,7 +67,7 @@ section.course-index { ...@@ -67,7 +67,7 @@ section.course-index {
} }
.chapter { .chapter {
width: 100%; width: 100% !important;
@include box-sizing(border-box); @include box-sizing(border-box);
padding: 11px 14px; padding: 11px 14px;
@include linear-gradient(top, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0)); @include linear-gradient(top, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
...@@ -100,6 +100,7 @@ section.course-index { ...@@ -100,6 +100,7 @@ section.course-index {
margin: 0; margin: 0;
padding: 9px 0 9px 9px; padding: 9px 0 9px 9px;
overflow: auto; overflow: auto;
width: 100%;
li { li {
border-bottom: 0; border-bottom: 0;
......
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