Fix some css
This commit is contained in:
parent
1ca0d51f67
commit
0b27c9da23
4 changed files with 10 additions and 20 deletions
|
@ -67,14 +67,15 @@
|
|||
<div class="right-sidebar">
|
||||
{% if request.in_contest_mode and request.participation.contest.use_clarifications %}
|
||||
<div class="blog-sidebox sidebox">
|
||||
<h3>{{ _('Clarifications') }}
|
||||
<h3>
|
||||
<i class="fa fa-question-circle"></i>
|
||||
{{ _('Clarifications') }}
|
||||
{% if can_edit_contest %}
|
||||
<a href="{{url('new_contest_clarification', request.participation.contest.key)}}"
|
||||
class="fa fa-plus-circle"
|
||||
id="add-clarification"
|
||||
title="{{_('Add')}}"
|
||||
style="color: lightcyan">
|
||||
style="color: lightcyan; margin-left: auto;">
|
||||
</a>
|
||||
{% endif %}
|
||||
</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue