Add whitespace between thread and new message form
This commit is contained in:
parent
32b1eae840
commit
df5c656eb0
2 changed files with 11 additions and 3 deletions
|
|
@ -415,6 +415,14 @@ form.node-action {
|
|||
margin-bottom: 35px;
|
||||
}
|
||||
|
||||
.thread {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.no-comments {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.remark-box-div {
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
|
|
|
|||
|
|
@ -177,15 +177,15 @@
|
|||
</div>
|
||||
|
||||
{%- else -%}
|
||||
<div class="no-comments">
|
||||
<center>
|
||||
<br/>
|
||||
<br/>
|
||||
{% if request.namespace.no_nodes_text %}
|
||||
<strong class="no-nodes-text">{{ request.namespace.no_nodes_text }}</span></strong>
|
||||
<strong class="no-nodes-text">{{ request.namespace.no_nodes_text }}</strong>
|
||||
{% else %}
|
||||
<strong class="no-nodes-text">Leave first comment to <span class="avoidwrap">start a conversation!</span></strong>
|
||||
{% endif %}
|
||||
</center>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue