Alvaro Gouvea
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
sapl/templates/painel/index.html
|
|
@ -308,6 +308,9 @@ |
|
|
|
orador.nome +'</td></tr>') |
|
|
|
}); |
|
|
|
oradores.append('</table>'); |
|
|
|
|
|
|
|
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(); |
|
|
|