move hide-comments to center and change its appearence a little

This commit is contained in:
marijus
2014-06-15 16:00:27 +02:00
parent 2d6a1795b7
commit 0b4e1715de
4 changed files with 19 additions and 8 deletions

View File

@@ -136,10 +136,12 @@
if( $('#collapsed-comments-' + id).is(':visible')) {
$('#collapsed-comments-' + id).hide();
$('#hide-comments-' + id).html(aStr['showmore']);
$('#hide-comments-total-' + id).show();
}
else {
$('#collapsed-comments-' + id).show();
$('#hide-comments-' + id).html(aStr['showfewer']);
$('#hide-comments-total-' + id).hide();
}
}