diff --git a/templates/bancos/layout_itau.html b/templates/bancos/layout_itau.html index e69086f..7ee4ede 100644 --- a/templates/bancos/layout_itau.html +++ b/templates/bancos/layout_itau.html @@ -100,4 +100,22 @@

Instruções de impressão

+{% endblock %} + +{% block ficha_header %} + + + + + + + + +
+
+ Banco Itaú S.A. +
+
+
{{ codigo_banco_com_dv }}
+
{{ linha_digitavel }}
{% endblock %} \ No newline at end of file diff --git a/templates/layout_base.html b/templates/layout_base.html index a8f922b..ec25ddb 100644 --- a/templates/layout_base.html +++ b/templates/layout_base.html @@ -42,7 +42,7 @@ #instr_header { background: url('{{ logo_empresa }}') no-repeat top left; - background-size: 70px 70px; + background-size: 80px 55px; padding-left: 90px; height: 55px; }