Merge branch 'ticket-AssociateProducts' into develop

This commit is contained in:
Marion Muszynski 2016-10-05 12:29:34 +02:00
commit 283b924690

View File

@ -90,8 +90,8 @@ $(document).ready(function(){
margin_width = 0;
}
// add the margin with the new width to ensure the listitem width is large enough
list_items.width(nb_items * item_width + margin_width*2);
// add the margin with the new width to ensure the listitem width is large enough (ul has margin right and left of 10px)
list_items.width(nb_items * item_width + margin_width*2 + 10);
// add navigation arrows
frame.append('<div class="ico_prev"></div><div class="ico_next"></div>');