diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 2581be2..3b7e160 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -12381,6 +12381,39 @@ li.active-menu-admin:hover a .ico_num { left: 0; width: 100%; height: 19px; - overflow: hidden; text-align: right; -} \ No newline at end of file +} +#modal_form_contacts .fileloader-item-name { + width: 100%; + height: 19px; + overflow: hidden; + position: relative; + box-sizing: border-box; + padding-left: 20px; +} +#modal_form_contacts .fileloader-item-name a { + position: relative; + font-size: 13px; + color: #333 !important; + border-bottom: 0 !important; +} +#modal_form_contacts .fileloader-item-name a:before { + position: absolute; + content: ''; + width: 10px; + height: 8px; + background: url("/images/tender/ico-3.png") no-repeat; + top: 4px; + left: -17px; +} +#modal_form_contacts .fileloader-item-remove { + position: absolute; + top: 50%; + margin-top: -6px; + right: -20px; + width: 12px; + height: 12px; + background: url("/images/delet-file.png") no-repeat; + padding-left: 0 !important; +} +#modal_form_contacts .fileloader-item-remove:before {display:none;} \ No newline at end of file -- libgit2 0.21.4