diff --git a/adhocracy-plus/assets/scss/components/_dashboard_nav.scss b/adhocracy-plus/assets/scss/components/_dashboard_nav.scss index 8380629983..fc11f3bd72 100644 --- a/adhocracy-plus/assets/scss/components/_dashboard_nav.scss +++ b/adhocracy-plus/assets/scss/components/_dashboard_nav.scss @@ -10,8 +10,8 @@ position: relative; padding: 0.7 * $spacer 2.7 * $spacer 0.7 * $spacer 1.8 * $spacer; - .fa-exclamation-circle, - .fa-check-circle { + .fa-circle-exclamation, + .fa-circle-check { position: absolute; left: 0.5 * $spacer; top: $spacer; @@ -60,8 +60,8 @@ margin: 0; } - .fa-exclamation-circle, - .fa-check-circle { + .fa-circle-exclamation, + .fa-circle-check { position: absolute; left: 0.3 * $spacer; top: $spacer; diff --git a/adhocracy-plus/templates/a4dashboard/base_dashboard.html b/adhocracy-plus/templates/a4dashboard/base_dashboard.html index bad492da46..bf9198945b 100644 --- a/adhocracy-plus/templates/a4dashboard/base_dashboard.html +++ b/adhocracy-plus/templates/a4dashboard/base_dashboard.html @@ -14,7 +14,7 @@ {% else %} {% endif %} diff --git a/adhocracy-plus/templates/a4dashboard/base_dashboard_project.html b/adhocracy-plus/templates/a4dashboard/base_dashboard_project.html index de1a0ff424..670c57ddb2 100644 --- a/adhocracy-plus/templates/a4dashboard/base_dashboard_project.html +++ b/adhocracy-plus/templates/a4dashboard/base_dashboard_project.html @@ -33,9 +33,9 @@ data-bs-target="#dashboardCollapseProj" > {% if project_progress.project_is_complete %} - + {% else %} - + {% endif %} {{ project.name }} @@ -46,7 +46,7 @@ {% if not item.is_complete %} - + {% endif %} {{ item.label }} @@ -60,7 +60,7 @@ {% if module_menu.module.is_draft %} diff --git a/adhocracy-plus/templates/a4images/image_upload_widget_simple.html b/adhocracy-plus/templates/a4images/image_upload_widget_simple.html index e35048efbe..27f69b11ff 100644 --- a/adhocracy-plus/templates/a4images/image_upload_widget_simple.html +++ b/adhocracy-plus/templates/a4images/image_upload_widget_simple.html @@ -8,13 +8,13 @@ {% else %} {% endif %} diff --git a/apps/account/templates/a4_candy_account/account_dashboard.html b/apps/account/templates/a4_candy_account/account_dashboard.html index 03b344b50d..1d8600ed69 100644 --- a/apps/account/templates/a4_candy_account/account_dashboard.html +++ b/apps/account/templates/a4_candy_account/account_dashboard.html @@ -46,7 +46,7 @@
  • - + {% translate 'User Agreements' %}
  • diff --git a/apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html b/apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html index 0e8859c490..d0be2548be 100644 --- a/apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html +++ b/apps/budgeting/templates/a4_candy_budgeting/includes/proposal_list_item.html @@ -29,7 +29,7 @@

    {{ object.category }} {% endif %} {% if object.point_label %} - {{ object.point_label }} + {{ object.point_label }} {% endif %} {% if object.budget > 0 %} {{ object.budget|intcomma }}€ diff --git a/apps/contrib/templates/a4_candy_contrib/component_library.html b/apps/contrib/templates/a4_candy_contrib/component_library.html index fa8d3e0613..ee04bcba58 100644 --- a/apps/contrib/templates/a4_candy_contrib/component_library.html +++ b/apps/contrib/templates/a4_candy_contrib/component_library.html @@ -692,7 +692,7 @@

    Category Formset

    @@ -741,7 +741,7 @@

    Contents

    aria-label="Move up">
    @@ -772,7 +772,7 @@

    Edit chapter

    aria-label="Move up">
    + type="button"> @@ -1102,7 +1102,7 @@

    Filter bar Overlapping

    @@ -1397,7 +1397,7 @@

    Idea Remark

    @@ -1463,7 +1463,7 @@

    Item Detail Title

    @@ -1665,7 +1665,7 @@

    Send Report

    diff --git a/apps/contrib/templates/a4_candy_contrib/item_detail.html b/apps/contrib/templates/a4_candy_contrib/item_detail.html index f687141894..164b3a4f41 100644 --- a/apps/contrib/templates/a4_candy_contrib/item_detail.html +++ b/apps/contrib/templates/a4_candy_contrib/item_detail.html @@ -95,7 +95,7 @@

    {{ object.name }}

    aria-expanded="false" id="idea-{{ object.pk }}-actions" > - +