// maj
This commit is contained in:
@@ -31,6 +31,9 @@
|
||||
text-indent:-5000px;
|
||||
background:url(img/icon/less.gif) no-repeat 2px 2px;
|
||||
}
|
||||
#layered_block_left span.closed a {
|
||||
background:url(img/icon/more.gif) no-repeat 2px 2px;
|
||||
}
|
||||
|
||||
#layered_block_left .layered_subtitle {
|
||||
display: inline-block;
|
||||
|
||||
@@ -240,11 +240,13 @@ function openCloseFilter()
|
||||
{
|
||||
$('#'+$(this).attr('rel')).show();
|
||||
$(this).html('v');
|
||||
$(this).parent().removeClass('closed');
|
||||
}
|
||||
else
|
||||
{
|
||||
$('#'+$(this).attr('rel')).hide();
|
||||
$(this).html('<');
|
||||
$(this).parent().addClass('closed');
|
||||
}
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user