diff --git a/sapl/templates/protocoloadm/comprovante.html b/sapl/templates/protocoloadm/comprovante.html index 3289e2632..a6bcef79f 100644 --- a/sapl/templates/protocoloadm/comprovante.html +++ b/sapl/templates/protocoloadm/comprovante.html @@ -14,18 +14,29 @@ th, td { padding: 5px; } + .row { + display:flex; + justify-content: space-between; + align-items: center; + } + .col-2 { + flex-grow: 2; + } @media print { - .hide-print { - display : none; - } + table { + width: 100%; + } + .hide-print { + display : none; + } .downsize { font-size: 12px; } } - @page { - size: auto; /* auto is the initial value */ - margin: 0mm; /* this affects the margin in the printer settings */ - } + @page { + size: auto; /* auto is the initial value */ + margin: 0.7cm; /* this affects the margin in the printer settings */ + }
@@ -33,33 +44,39 @@
- + - + - - +
- Logotipo -
- {% if nome %} - {{ nome }} - {{ municipio }} - {{ uf }} - {% else %} - {% trans 'Sem Nome Cadastrado' %} - {% endif %} -
- {% trans 'Sistema de Apoio ao Processo Legislativo' %} +
+
+
+ Logotipo +
+
+ {% if nome %} + {{ nome }} - {{ municipio }} - {{ uf }} + {% else %} + {% trans 'Sem Nome Cadastrado' %} + {% endif %} +
+ {% trans 'Sistema de Apoio ao Processo Legislativo' %} +
+
+
+ +
+ {{ protocolo.numero|stringformat:'06d' }} +
+
+
COMPROVANTE DE PROTOCOLO
COMPROVANTE DE PROTOCOLO - Autenticação: {{ autenticacao }}
-
- -
- {{ protocolo.numero|stringformat:'06d' }} -
-
Autenticação: {{ autenticacao }}