Skip to content

Commit

Permalink
Odstránené oddeľovače od odkazov
Browse files Browse the repository at this point in the history
  • Loading branch information
mireq committed Sep 11, 2016
1 parent 07c176a commit b89c84a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions static/386/_components.scss
Expand Up @@ -295,6 +295,10 @@ li.comment {
}
}

.comment-link.next:before, .comment-link.prev:before {
content: ' | ';
}

fieldset.module {
border: 8px solid #880000;
background: #ff0000;
Expand Down
4 changes: 4 additions & 0 deletions static/default/style.scss
Expand Up @@ -1553,6 +1553,10 @@ ul.messages {
content: '';
}

.comment-link.next:before, .comment-link.prev:before {
content: ' | ';
}

/* === Anketa === */
.progress {
border: solid 1px #e4e5e7;
Expand Down
4 changes: 2 additions & 2 deletions templates/comments/comment_header_base.html
Expand Up @@ -5,8 +5,8 @@
<span class="subject">{% block comment_title %}{% endblock %}{% if comment.pk %}{% endif %}</span>
<span class="info">
{% if comment.created %}{{ comment.created|humandatetime }}{% else %}{{ comment.created|humandatetime }}{% endif %}
{% if comment.prev_new %} | <a href="#link_{{ comment.prev_new }}" class="comment-link next">Predchádzajúci</a>{% endif %}
{% if comment.next_new %} | <a href="#link_{{ comment.next_new }}" class="comment-link prev">Nasledujúci</a>{% endif %}
{% if comment.prev_new %}<span class="comment-link next"><a href="#link_{{ comment.prev_new }}">Predchádzajúci</a></span>{% endif %}
{% if comment.next_new %}<span class="comment-link prev"><a href="#link_{{ comment.next_new }}">Nasledujúci</a></span>{% endif %}
</span>
</div>
<span class="icon">
Expand Down

0 comments on commit b89c84a

Please sign in to comment.