/* ======================== */
/* = Alphabetic book list = */
/* ======================== */
+#book-list {
+ padding-left: 50px;
+}
#book-list-nav {
position: absolute;
right: 50px;
width: 200px;
- border: 2px #325F70 solid;
+ border-left: 1px #cfcfcf solid;
padding: 10px;
font-size: 1.2em;
}
position: fixed;
bottom: 50px;
right: 50px;
- border: 2px #325F70 solid;
+ border-left: 1px #cfcfcf solid;
padding: 10px;
background-color: white;
}
return false;
});
- $('.sponsors').cycle({timeout: 3000});
+ //$('.sponsors').cycle({timeout: 3000});
$('.widget-code').focus(
function(){
$('.book-list-index').click(function(){
$('.book-list-show-index').hide('slow');
- $(this).parent().next('ul').toggle('slow');
+ if($(this).parent().next('ul:not(:hidden)').length == 0){
+ $(this).parent().next('ul').toggle('slow');
+ }
return false;
});