diff --git a/frontend/web/js/script.js b/frontend/web/js/script.js index ed0229f..010e743 100755 --- a/frontend/web/js/script.js +++ b/frontend/web/js/script.js @@ -1160,7 +1160,7 @@ $(document).ready( $.fancybox.open( {href : '/ajax/project-user'}, { type : 'ajax', - margin: [50, 20, 30, 20], + margin: [70, 20, 30, 20], maxWidth : 800, ajax : {dataType : 'html', data : {ids : JSON.stringify(ids)}}, tpl : {wrap : '
'} -- libgit2 0.21.4