diff --git a/common/modules/fileloader/resources/handler.js b/common/modules/fileloader/resources/handler.js index 1be14a5..e9b9742 100644 --- a/common/modules/fileloader/resources/handler.js +++ b/common/modules/fileloader/resources/handler.js @@ -23,7 +23,7 @@ $(function() { data.result.result.input + '
'+''+ ''; - $('#modal_form_contacts span').css({display:'none'}) + $('#modal_form_contacts .contacts-form-help span').css({display:'none'}); if(!multiple) { var inputs = $(wrapper).find('.fileloader-item-remove'); $.each(inputs, function(i, v) { @@ -48,6 +48,7 @@ $(function() { }, function(data) {} ); + $('#modal_form_contacts .contacts-form-help span').css({display:'block'}); $(wrapper).remove(); }); }); diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index d3b4131..2581be2 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -12375,3 +12375,12 @@ li.active-menu-admin:hover a .ico_num { font-size: 13px; } .left-proektant-cabinet .summary {color: inherit;margin-top: 0} +#modal_form_contacts .fileloader-list { + position: absolute; + top: 34px; + left: 0; + width: 100%; + height: 19px; + overflow: hidden; + text-align: right; +} \ No newline at end of file -- libgit2 0.21.4