#79: Replaced winner cup icon of elected candidates into green check.
This commit is contained in:
parent
0406966e55
commit
e5ef0ac424
@ -57,7 +57,7 @@
|
||||
{% with vote|first as candidate %}
|
||||
<td class="candidate {% if candidate.1 %}elected{% endif %}">
|
||||
{% if candidate.1 %}
|
||||
<a class="elected"><img src="/static/images/icons/games-highscores.png" title="{% trans 'Candidate is elected' %}"></a>
|
||||
<a class="elected"><img src="/static/images/icons/voting-yes.png" title="{% trans 'Candidate is elected' %}"></a>
|
||||
{% endif %}
|
||||
{{ candidate.0 }}
|
||||
</td>
|
||||
|
@ -172,7 +172,7 @@
|
||||
{% if perms.assignment.can_manage_assignment %}
|
||||
<a class="election_link elected" href='{% url assignment_user_not_elected assignment.id candidate.0.id %}'></a>
|
||||
{% else %}
|
||||
<a class="elected"><img src="/static/images/icons/games-highscores.png" title="{% trans 'Candidate is elected' %}"></a>
|
||||
<a class="elected"><img src="/static/images/icons/voting-yes.png" title="{% trans 'Candidate is elected' %}"></a>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{% if perms.assignment.can_manage_assignment %}
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 876 B |
BIN
openslides/static/images/icons/voting-yes-grey.png
Normal file
BIN
openslides/static/images/icons/voting-yes-grey.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
@ -3,7 +3,7 @@ td.elected {
|
||||
}
|
||||
|
||||
td.elected a.election_link {
|
||||
background-image: url(/static/images/icons/games-highscores.png);
|
||||
background-image: url(/static/images/icons/voting-yes.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
width: 16px;
|
||||
@ -14,7 +14,7 @@ td.elected a.election_link {
|
||||
}
|
||||
|
||||
td a.election_link {
|
||||
background-image: url(/static/images/icons/games-highscores-grey.png);
|
||||
background-image: url(/static/images/icons/voting-yes-grey.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
width: 16px;
|
||||
|
Loading…
Reference in New Issue
Block a user