TRying to develop all button again.

This commit is contained in:
ville rantanen
2013-09-16 10:47:18 +03:00
parent fd26a6cecc
commit e70c8adf7f

View File

@@ -1133,7 +1133,7 @@ function thumblist(n,curr) {
// creates the short thumbnail list
maxThumb=getmaxthumbs();
if (imagelist.length==0) { return; }
$('#thumbcontainer').css('width',document.body.clientWidth-50);
$('#thumbcontainer').css('width',document.body.clientWidth-60);
ends=getThumbStartEnd(n,maxThumb);
currentlist=ends.last;
nright=ends.last-Math.round((maxThumb/2))+maxThumb-1;