diff --git a/openslides/agenda/templates/beamer/ItemAssignment.html b/openslides/agenda/templates/beamer/ItemAssignment.html index 6304d71f3..e0b175128 100644 --- a/openslides/agenda/templates/beamer/ItemAssignment.html +++ b/openslides/agenda/templates/beamer/ItemAssignment.html @@ -57,7 +57,7 @@ {% with vote|first as candidate %} {% if candidate.1 %} - + {% endif %} {{ candidate.0 }} diff --git a/openslides/assignment/templates/assignment/view.html b/openslides/assignment/templates/assignment/view.html index 49f590f98..f86ccd326 100644 --- a/openslides/assignment/templates/assignment/view.html +++ b/openslides/assignment/templates/assignment/view.html @@ -172,7 +172,7 @@ {% if perms.assignment.can_manage_assignment %} {% else %} - + {% endif %} {% else %} {% if perms.assignment.can_manage_assignment %} diff --git a/openslides/static/images/icons/games-highscores.png b/openslides/static/images/icons/games-highscores.png deleted file mode 100644 index 34fa6d4a7..000000000 Binary files a/openslides/static/images/icons/games-highscores.png and /dev/null differ diff --git a/openslides/static/images/icons/voting-yes-grey.png b/openslides/static/images/icons/voting-yes-grey.png new file mode 100644 index 000000000..faac1de32 Binary files /dev/null and b/openslides/static/images/icons/voting-yes-grey.png differ diff --git a/openslides/static/styles/assignment.css b/openslides/static/styles/assignment.css index 270d7640d..84edb81f6 100644 --- a/openslides/static/styles/assignment.css +++ b/openslides/static/styles/assignment.css @@ -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;