Browse Source

Corrigindo novo relatorio sessão plenaria Fix #2887 (#2888)

pull/2894/head
Ulysses Lara 6 years ago
committed by Cesar Carvalho
parent
commit
6c5dbcb2bd
  1. 2
      sapl/static/sapl/css/relatorio.css
  2. 4
      sapl/templates/relatorios/header_ata.html
  3. 2
      sapl/templates/relatorios/relatorio_doc_administrativos.html
  4. 2
      sapl/templates/relatorios/relatorio_sessao_plenaria.html

2
sapl/static/sapl/css/relatorio.css

@ -1,5 +1,5 @@
@page{ @page{
margin-top: 4.5cm; margin-top: 5.2cm;
size: A4 portrait; size: A4 portrait;
} }

4
sapl/templates/relatorios/header_ata.html

@ -15,11 +15,11 @@
<section id="informations"> <section id="informations">
<dl> <dl>
<dt class="image-header"> <dt class="image-header">
<img src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% webpack_static 'img/logo.png' %}{% endif %}"> <img style="max-height:2cm;max-width:2cm" src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% webpack_static 'img/logo.png' %}{% endif %}">
</dt> </dt>
<dd class="title"> <dd class="title">
<ul> <ul>
<li style="margin-top:10px"><h2>{{casa.nome}}</h2></li> <li style="margin-top:10px;max-height:2cm;"><h2>{{casa.nome}}</h2></li>
<li><h3>Sistema de Apoio ao Processo Legislativo</h3></li> <li><h3>Sistema de Apoio ao Processo Legislativo</h3></li>
</ul> </ul>
</dd> </dd>

2
sapl/templates/relatorios/relatorio_doc_administrativos.html

@ -6,7 +6,7 @@
<head> <head>
<style> <style>
@page{ @page{
margin-top: 4.5cm; margin-top: 5cm;
size: A4 portrait; size: A4 portrait;
@bottom-right { @bottom-right {

2
sapl/templates/relatorios/relatorio_sessao_plenaria.html

@ -7,7 +7,7 @@
<head> <head>
<style> <style>
@page{ @page{
margin-top: 4.5cm; margin-top: 5cm;
size: A4 portrait; size: A4 portrait;
@bottom-right { @bottom-right {

Loading…
Cancel
Save