Merge branch 'ticket-AssociateProducts' into develop
This commit is contained in:
commit
283b924690
@ -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>');
|
||||
|
Loading…
Reference in New Issue
Block a user