Commit d6077779e88fb42869f8dccb50f25d5d39abed41

Authored by Yarik
1 parent 3ddcc442

test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/web/js/script.js
... ... @@ -1160,7 +1160,7 @@ $(document).ready(
1160 1160 $.fancybox.open(
1161 1161 {href : '/ajax/project-user'}, {
1162 1162 type : 'ajax',
1163   - margin: [50, 20, 30, 20],
  1163 + margin: [70, 20, 30, 20],
1164 1164 maxWidth : 800,
1165 1165 ajax : {dataType : 'html', data : {ids : JSON.stringify(ids)}},
1166 1166 tpl : {wrap : '<div class="fancybox-wrap" tabIndex="-1" data-model="common\\models\\PortfolioUser" data-component="' + component + '"><div class="fancybox-skin"><div class="fancybox-outer"><div class="fancybox-inner"></div></div></div></div>'}
... ...