Commit 940fe752 by Kyle Fiedler

Fix close sidebar in firefox

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