From d6becdbcfba1c2ef0b5d94347832b93615ff55ce Mon Sep 17 00:00:00 2001 From: Alvaro Gouvea <44756822+AlGouvea@users.noreply.github.com> Date: Wed, 27 Oct 2021 19:55:12 -0300 Subject: [PATCH] =?UTF-8?q?Ajustado=20centraliza=C3=A7=C3=A3o=20do=20resul?= =?UTF-8?q?tado=20da=20vota=C3=A7=C3=A3o=20(#3466)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/templates/painel/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sapl/templates/painel/index.html b/sapl/templates/painel/index.html index 1cb2e2c83..af19bf8da 100644 --- a/sapl/templates/painel/index.html +++ b/sapl/templates/painel/index.html @@ -308,6 +308,9 @@ orador.nome +'') }); oradores.append(''); + + document.getElementById('resultado_votacao_div').style.marginTop = (((-45 * data["presentes"].length) / 2) + (60 * data["oradores"].length) + 50)+ "px"; + document.getElementById('obs_materia_div').style.marginTop = ((((-45 * data["presentes"].length)-1)/ 2) + 250)+ "px"; } else { $('#aparecer_oradores').hide();