Commit 940fe752 by Kyle Fiedler

Fix close sidebar in firefox

parent e5a06c09
section.course-index { section.course-index {
@extend .sidebar; @extend .sidebar;
position: relative;
@extend .tran; @extend .tran;
div#open_close_accordion { div#open_close_accordion {
@include box-shadow(0 1px 0 #eee); @include box-shadow(0 1px 0 #eee);
border-bottom: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3;
padding: 0 lh(); padding: 0 lh();
position: relative;
h2 { h2 {
padding-right: 20px; padding-right: 20px;
...@@ -18,7 +18,7 @@ section.course-index { ...@@ -18,7 +18,7 @@ section.course-index {
height: 16px; height: 16px;
position: absolute; position: absolute;
padding: 8px; padding: 8px;
top: 12px; top: -12px;
right: -1px; right: -1px;
border: 1px solid #D3D3D3; border: 1px solid #D3D3D3;
background: #eee url('/static/images/slide-left-icon.png') center center no-repeat; background: #eee url('/static/images/slide-left-icon.png') center center no-repeat;
......
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