Changed padding on close and changed so only the a closes sidebar

--HG--
branch : close_sidebar
This commit is contained in:
Kyle Fiedler
2012-02-14 10:57:34 -05:00
parent 0cb2f28173
commit 453a72af96
2 changed files with 3 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ $("#accordion").accordion({
autoHeight: false,
});
$("#open_close_accordion").click(function(){
$("#open_close_accordion a").click(function(){
if ($(".course-wrapper").hasClass("closed")){
$(".course-wrapper").removeClass("closed");
} else {

View File

@@ -245,6 +245,8 @@ div.course-wrapper {
padding-left: 4px;
div#open_close_accordion {
padding: 0;
a {
background-image: url('/static/images/slide-right-icon.png');
}