Make link hovering work; give comment form good space
This commit is contained in:
parent
628d52a786
commit
610b7948b5
1 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if comment_form %}
|
{% if comment_form %}
|
||||||
<div class="titlebar_links">
|
<div class="titlebar_links content">
|
||||||
{% if comments %}
|
{% if comments %}
|
||||||
<a href="#comment-form">Add new comment</a>
|
<a href="#comment-form">Add new comment</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -55,12 +55,14 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if comment_form %}
|
{% if comment_form %}
|
||||||
|
<div class="media media-comment">
|
||||||
<div class="flow content">
|
<div class="flow content">
|
||||||
<div class="flow_middle">
|
<div class="flow_middle">
|
||||||
<h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3>
|
<h3 class="subtitle" id="comment-form">{{ 'Add new comment'|t }}</h3>
|
||||||
{{ comment_form }}
|
{{ comment_form }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue