Added fix for closing the courseware sidebar

This commit is contained in:
Kyle Fiedler
2012-05-30 16:00:17 -04:00
parent ff3d474d4d
commit a7cace4da9
2 changed files with 21 additions and 1 deletions

View File

@@ -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;
}
}
}
}

View File

@@ -2,6 +2,14 @@ section.course-index {
@extend .sidebar;
@extend .tran;
header {
max-height: 47px;
h2 {
white-space: nowrap;
}
}
div#accordion {
h3 {