From 77c212420a70b8a720497b36b867004122009788 Mon Sep 17 00:00:00 2001 From: Cesar Carvalho Date: Thu, 5 Sep 2019 14:11:57 -0300 Subject: [PATCH] =?UTF-8?q?HOT-FIX:=20Melhora=20HTML=20de=20Vota=C3=A7?= =?UTF-8?q?=C3=B5es=20Nominal=20e=20Simb=C3=B3lica?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/sessao/votacao/nominal.html | 41 ++++++++------ sapl/templates/sessao/votacao/votacao.html | 66 ++++++++++++---------- 2 files changed, 59 insertions(+), 48 deletions(-) diff --git a/sapl/templates/sessao/votacao/nominal.html b/sapl/templates/sessao/votacao/nominal.html index 840d4e00c..29a3e5ca7 100644 --- a/sapl/templates/sessao/votacao/nominal.html +++ b/sapl/templates/sessao/votacao/nominal.html @@ -26,40 +26,45 @@ {% for parlamentar in parlamentares %}
{{parlamentar.0.nome_parlamentar}}
- {% if parlamentar.1 %} {% endif %} - + {% if parlamentar.1 %} {% endif %} +
{% endfor %} Situação da Votação: -
-
- {{ form.resultado_votacao|as_crispy_field }} -
+
+ {{ form.resultado_votacao|as_crispy_field }} +
-
+
-
- Observações
- -
+
+ Observações
+ +


- - +
+
+
+ + +
+
+
{% endif %} diff --git a/sapl/templates/sessao/votacao/votacao.html b/sapl/templates/sessao/votacao/votacao.html index d7320c5b1..3a74413cc 100644 --- a/sapl/templates/sessao/votacao/votacao.html +++ b/sapl/templates/sessao/votacao/votacao.html @@ -38,41 +38,47 @@
-
-
Sim*:
-
Não*:
-
Abstenções*:
-
+
+
Sim*:
+
Não*:
+
Abstenções*:
+
-
-
- A totalização inclui o voto do Presidente?* - -
+
+
+ A totalização inclui o voto do Presidente?* + +
-
- Resultado da Votação* - -
-
+
+ Resultado da Votação* + +
+
-
-
- Observações - -
-
+
+
+ Observações + +
+


- - +
+
+
+ + +
+
+
{% endblock detail_content %}