TRying to develop all button again.

This commit is contained in:
ville rantanen
2013-09-16 10:40:24 +03:00
parent 2e9014d28e
commit fd26a6cecc

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-40);
$('#thumbcontainer').css('width',document.body.clientWidth-50);
ends=getThumbStartEnd(n,maxThumb);
currentlist=ends.last;
nright=ends.last-Math.round((maxThumb/2))+maxThumb-1;