Commit a7cace4d by Kyle Fiedler

Added fix for closing the courseware sidebar

parent ff3d474d
......@@ -305,9 +305,11 @@ div.course-wrapper {
&.closed {
section.course-index {
width: flex-grid(.6);
overflow: hidden;
header#open_close_accordion {
padding: 0;
min-height: 47px;
a {
background-image: url('../images/slide-right-icon.png');
......@@ -316,7 +318,7 @@ div.course-wrapper {
h2 {
visibility: hidden;
width: 10px;
padding: 0;
// white-space: nowrap;
}
}
......@@ -324,6 +326,16 @@ div.course-wrapper {
visibility: hidden;
width: 10px;
padding: 0;
nav {
white-space: pre;
overflow: hidden;
ul {
overflow: hidden;
white-space: nowrap;
}
}
}
}
......
......@@ -2,6 +2,14 @@ section.course-index {
@extend .sidebar;
@extend .tran;
header {
max-height: 47px;
h2 {
white-space: nowrap;
}
}
div#accordion {
h3 {
......
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