remotes/origin/PR-39
Seghey Shishman 9 years ago
parent baf25e5e6f
commit 4231ae1c72
  1. 4
      assets/css/main.css
  2. 6
      projects/templates/project_detail.html

@ -4873,6 +4873,7 @@ input[type="checkbox"]:checked + span {
.inset-mb { .inset-mb {
display: table; display: table;
float: left; float: left;
margin-left: 15px;
} }
.inset-mb:first-child { .inset-mb:first-child {
@ -6098,4 +6099,7 @@ li.officeList.icon_tml > a > p{
right: -34px; right: -34px;
top: -4px; top: -4px;
} }
.comm44 > div{
padding: 15px;
}
/*end_new*/ /*end_new*/

@ -936,13 +936,13 @@
{% endfor %} {% endfor %}
<div class="comm44 disTab"> <div class="comm44 disTab">
<div class="col-lg-10 col-lg-offset-1"> <div class="col-lg-10 col-lg-offset-1" style="padding:0;">
<form action="{% url 'projects:create-answer-message' pk=answer.pk %}" method="POST" novalidate> <form action="{% url 'projects:create-answer-message' pk=answer.pk %}" method="POST" novalidate>
{% csrf_token %} {% csrf_token %}
<input type="hidden" name="next" value="{% url 'projects:detail' pk=project.pk %}"> <input type="hidden" name="next" value="{% url 'projects:detail' pk=project.pk %}">
<div><textarea name="text" class="fr_answer"></textarea></div> <div><textarea style="margin-left:0;" name="text" class="fr_answer"></textarea></div>
<div><button type="submit" class="fr_answer_sen">Отправить</button></div> <div><button style="margin-left:0;" type="submit" class="fr_answer_sen">Отправить</button></div>
</form> </form>
</div> </div>
</div> </div>

Loading…
Cancel
Save