Browse Source

Corrige bug e diminui etiqueta (#2612)

pull/2601/head
Victor Fabre 6 years ago
committed by Edward Ribeiro
parent
commit
4427b7197d
  1. 8
      sapl/templates/materia/impressos/ficha_adm_pdf.html

8
sapl/templates/materia/impressos/ficha_adm_pdf.html

@ -22,7 +22,7 @@ body
left: 500pt;
}
#ementa_texto
#assunto_texto
{
font-family: Arial;
line-height: 150%;
@ -42,7 +42,7 @@ body
text-align: center;
}
#despacho_inicial
#interessado_texto
{
font-family: Arial;
line-height: 150%;
@ -62,7 +62,7 @@ body
<body style="margin-left:-50px;margin-right:180px; margin-top: -50px">
<div style="page-break-inside: avoid;">
<div style="page-break-inside: avoid; max-width:99.1mm; max-heigth:139mm">
<justify>
<div id="titulo">
<!-- Informa o processo -->
@ -86,7 +86,7 @@ body
<table border=0>
<td height="60pt" valign=top>
<div>
<strong class="text_pdf">Protocolo: </strong><span class="text_pdf">{{materia.protocolo}}</span><br>
<strong class="text_pdf">Protocolo: </strong><span class="text_pdf">{{documento.protocolo}}</span><br>
</td>
</table>
{% endif %}

Loading…
Cancel
Save