Browse Source

adequa css do brazão para sair em relatórios

pull/2309/head
Leandro Roberto 6 years ago
parent
commit
4a3639d14c
  1. 1
      sapl/static/styles/app.scss
  2. 2
      sapl/templates/base.html

1
sapl/static/styles/app.scss

@ -168,6 +168,7 @@ fieldset {
img.img-responsive {
height: 95px;
margin-right: $navbar-padding-horizontal;
display: inline-block;
}
small {
color: #93A4AA;

2
sapl/templates/base.html

@ -90,7 +90,7 @@
<div class="navbar-header">
<a class="navbar-brand" href="/">
<img src="{% if logotipo %}{{ MEDIA_URL }}{{ logotipo }}{% else %}{% static 'img/logo.png' %}{% endif %}"
alt="Logo" class="img-responsive visible-md-inline-block visible-lg-inline-block" >
alt="Logo" class="img-responsive" >
<span class="vcenter">
{# XXX Make better use of translation tags in html blocks ie. actually use the proper blocktrans tag efficiently #}
{% if nome %}

Loading…
Cancel
Save