Commit ce3646bf00b265ad9081886c3ca41fe29a6eb2bd
1 parent
fd50e8ea
git
Showing
1 changed file
with
35 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
| ... | ... | @@ -12381,6 +12381,39 @@ li.active-menu-admin:hover a .ico_num { |
| 12381 | 12381 | left: 0; |
| 12382 | 12382 | width: 100%; |
| 12383 | 12383 | height: 19px; |
| 12384 | - overflow: hidden; | |
| 12385 | 12384 | text-align: right; |
| 12386 | -} | |
| 12387 | 12385 | \ No newline at end of file |
| 12386 | +} | |
| 12387 | +#modal_form_contacts .fileloader-item-name { | |
| 12388 | + width: 100%; | |
| 12389 | + height: 19px; | |
| 12390 | + overflow: hidden; | |
| 12391 | + position: relative; | |
| 12392 | + box-sizing: border-box; | |
| 12393 | + padding-left: 20px; | |
| 12394 | +} | |
| 12395 | +#modal_form_contacts .fileloader-item-name a { | |
| 12396 | + position: relative; | |
| 12397 | + font-size: 13px; | |
| 12398 | + color: #333 !important; | |
| 12399 | + border-bottom: 0 !important; | |
| 12400 | +} | |
| 12401 | +#modal_form_contacts .fileloader-item-name a:before { | |
| 12402 | + position: absolute; | |
| 12403 | + content: ''; | |
| 12404 | + width: 10px; | |
| 12405 | + height: 8px; | |
| 12406 | + background: url("/images/tender/ico-3.png") no-repeat; | |
| 12407 | + top: 4px; | |
| 12408 | + left: -17px; | |
| 12409 | +} | |
| 12410 | +#modal_form_contacts .fileloader-item-remove { | |
| 12411 | + position: absolute; | |
| 12412 | + top: 50%; | |
| 12413 | + margin-top: -6px; | |
| 12414 | + right: -20px; | |
| 12415 | + width: 12px; | |
| 12416 | + height: 12px; | |
| 12417 | + background: url("/images/delet-file.png") no-repeat; | |
| 12418 | + padding-left: 0 !important; | |
| 12419 | +} | |
| 12420 | +#modal_form_contacts .fileloader-item-remove:before {display:none;} | |
| 12388 | 12421 | \ No newline at end of file | ... | ... |