diff --git a/sapl/static/styles/app.scss b/sapl/static/styles/app.scss index 56b5a002f..7ca2d652a 100644 --- a/sapl/static/styles/app.scss +++ b/sapl/static/styles/app.scss @@ -493,3 +493,25 @@ p { width: 1070px; } } + +/* Estilização da Listagem de Votos em sessões plenárias */ + +#styleparlamentar { + border: 1px solid #d6e1e5; + border-top-color: rgb(214, 225, 229); + border-right-color: rgb(214, 225, 229); + border-bottom-color: rgb(214, 225, 229); + border-left-color: rgb(214, 225, 229); + border-image-source: initial; + border-image-slice: initial; + border-image-repeat: initial; + font-size: 16px; + line-height: 1.467; + padding: 7px 12px; + height: 40px; + -webkit-appearance: none; + border-radius: 4px; + -webkit-box-shadow: none; + box-shadow: none; + margin-left: 1.0em; +} diff --git a/sapl/templates/sessao/votacao/nominal.html b/sapl/templates/sessao/votacao/nominal.html index 576608e9c..8df750eef 100644 --- a/sapl/templates/sessao/votacao/nominal.html +++ b/sapl/templates/sessao/votacao/nominal.html @@ -28,8 +28,8 @@ Votos
{% for parlamentar in parlamentares %} -
{{parlamentar.0.nome_parlamentar}}
-
+
{{parlamentar.0.nome_parlamentar}}
+
{% if parlamentar.1 %} {% endif %}