Commit b4321931 by Tom Giannattasio

pearson ie7 bugs fixed (ish)

parent 6e492aba
...@@ -3,4 +3,5 @@ ...@@ -3,4 +3,5 @@
-webkit-box-sizing: $box; -webkit-box-sizing: $box;
-moz-box-sizing: $box; -moz-box-sizing: $box;
box-sizing: $box; box-sizing: $box;
box-sizing: $box; *behavior: url(/static/scripts/boxsizing.htc);
} }
...@@ -154,4 +154,36 @@ header.global ol.user > li.primary a.dropdown { ...@@ -154,4 +154,36 @@ header.global ol.user > li.primary a.dropdown {
.ie-banner { .ie-banner {
display: block !important; display: block !important;
}
div.course-wrapper {
display: block !important;
section.course-content,
section.course-index {
display: block !important;
float: left;
}
section.course-index {
// width: 250px;
}
section.course-content {
width: 71.27%;
}
}
.sidebar {
float: left !important;
display: block !important;
}
.sequence-nav ol {
display: block !important;
li {
float: left !important;
width: 50px;
}
} }
\ No newline at end of file
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