Browse Source

HOT-FIX: diminui tamanho da logo em comprovante de protocolo

pull/2378/head
Edward Ribeiro 6 years ago
parent
commit
edaab5eb0a
  1. 4
      sapl/templates/protocoloadm/comprovante.html

4
sapl/templates/protocoloadm/comprovante.html

@ -3,7 +3,7 @@
{% load static %} {% load static %}
{% block detail_content %} {% block detail_content %}
<style> <style xmlns:max-width="http://www.w3.org/1999/xhtml">
table { table {
width: 100%; width: 100%;
} }
@ -25,7 +25,7 @@
<table> <table>
<tr><td colspan="2" align="center"> <tr><td colspan="2" align="center">
<img height="150" width="150" <img height="90" width="90"
src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% static 'img/logo.png' %}{% endif %}" src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% static 'img/logo.png' %}{% endif %}"
alt="Logotipo" alt="Logotipo"
class="img-responsive visible-lg-inline-block vcenter"> class="img-responsive visible-lg-inline-block vcenter">

Loading…
Cancel
Save