From af8bf444dd7b93f9c20b6a365331298b911ea05b Mon Sep 17 00:00:00 2001 From: miguelzinh3 Date: Mon, 30 Sep 2024 16:12:14 -0300 Subject: [PATCH] hotfix(vote): refactor card from candidature search --- .../static/scss/candidaturesearch.scss | 1 - .../candidature/candidature_search.html | 18 +++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss b/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss index 13c60d8f..86340c5e 100644 --- a/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss +++ b/app/org_eleicoes/votepeloclima/candidature/static/scss/candidaturesearch.scss @@ -71,7 +71,6 @@ legend.form-label { text-decoration: none; background-color: rgba(255,255,255, .15); - cursor: pointer; h6 { font-size: 14px; diff --git a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidature_search.html b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidature_search.html index 32b37ab9..c1a333a8 100644 --- a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidature_search.html +++ b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/candidature_search.html @@ -42,25 +42,25 @@
Filtrar resul
{% for candidature in candidatures %}
- - Foto de {{ candidature.legal_name }} +
+ + Foto de {{ candidature.legal_name }} +

{{ candidature.get_city_display }} - {{ candidature.get_state_display }}

{{ candidature.ballot_name|title }}
-
-
+
{{ candidature.get_intended_position_display }} | {{ candidature.get_political_party_display }} | {{ candidature.number_id }}

{{ candidature.get_proposes_display|join:" / "|escape }}

-
- - + +
{% empty %}