PR-16 Исправление формы заполнения готовых проектов

Мелкие правки и доработки
remotes/origin/PR-16
booblegum 9 years ago
parent 7ed387d50c
commit 18de8eb060
  1. 11
      assets/sass/components/custom-components.sass
  2. 2
      users/templates/user_profile_edit.html
  3. 3
      work_sell/templates/worksell_create.html

@ -213,12 +213,6 @@ textarea.description
height: 11px height: 11px
background: url('#{$static}/img/delDoc.png') no-repeat center background: url('#{$static}/img/delDoc.png') no-repeat center
cursor: pointer cursor: pointer
.file-upload-remove-img-btn
width: 16px
height: 16px
background: url('#{$static}/img/aui-icon-close.png') no-repeat center
cursor: pointer
//padding: px
.preview-container .preview-container
position: relative position: relative
@ -227,6 +221,11 @@ textarea.description
position: absolute position: absolute
top: 0 top: 0
right: 0 right: 0
background-color: white
//width: 16px
//height: 16px
//background: url('#{$static}/img/aui-icon-close.png') no-repeat center
cursor: pointer
textarea.description textarea.description
font-size: 9pt font-size: 9pt
color: darkgray color: darkgray

@ -65,7 +65,7 @@
<div class="col-lg-12"> <div class="col-lg-12">
<div class="bottom-line"> <div class="bottom-line">
<span class="header"> <span class="header">
Параметры заполнения прифиля влияют на фильтр поиска специалистов, ранжирования в списке Параметры заполнения прифоля влияют на фильтр поиска специалистов, ранжирования в списке
<i class="fa fa-question-circle-o" aria-hidden="true" title=""></i> <i class="fa fa-question-circle-o" aria-hidden="true" title=""></i>
</span> </span>
</div> </div>

@ -131,7 +131,8 @@
<input type="file" name="new_files" class="file-upload-input" <input type="file" name="new_files" class="file-upload-input"
style="position: absolute; top: -1000px; left: -1000px"> style="position: absolute; top: -1000px; left: -1000px">
<div class="preview-container"> <div class="preview-container">
<div class="file-upload-remove-img-btn"></div> <div class="btn close file-upload-remove-img-btn">&times;</div>
{# <div class="file-upload-remove-img-btn"></div>#}
<div class="preview"></div> <div class="preview"></div>
<textarea name="img_description" rows="2" data-limit-rows="true" <textarea name="img_description" rows="2" data-limit-rows="true"
class="description"></textarea> class="description"></textarea>

Loading…
Cancel
Save