Browse Source

Corrige responsividade do dashboard

pull/159/head
Sesostris Vieira 3 years ago
parent
commit
97411de5ad
  1. 2
      sigi/apps/casas/templates/casas/resumo_carteira_snippet.html
  2. 4
      sigi/apps/home/templates/home/dashboard/resumo_convenios.html
  3. 2
      sigi/apps/home/templates/home/dashboard/resumo_seit.html

2
sigi/apps/casas/templates/casas/resumo_carteira_snippet.html

@ -36,7 +36,7 @@
</ul>
{% endif %}
<table class="numeros resumo-carteira">
<table class="responsive-table numeros resumo-carteira">
{% for row in resumo %}
{% if forloop.first %}
<tr>

4
sigi/apps/home/templates/home/dashboard/resumo_convenios.html

@ -6,7 +6,7 @@
<a class="waves-effect waves-light btn-small btn-flat" href="{% url 'convenios-report_regiao_pdf' 'SD' %}">Sudeste</a>
<a class="waves-effect waves-light btn-small btn-flat" href="{% url 'convenios-report_regiao_pdf' 'SL' %}">Sul</a>
<table class="numeros">
<table class="responsive-table numeros">
<tr>
{% for item in tabela_resumo_camara.cabecalho_topo %}
<th>{{item}}</th>
@ -22,7 +22,7 @@
{% endfor %}
</table>
<table class="numeros">
<table class="responsive-table numeros">
<tr>
<th>{% trans 'Total de câmaras' %}</th>
<td>{{ tabela_resumo_camara.total_camaras }}</td>

2
sigi/apps/home/templates/home/dashboard/resumo_seit.html

@ -9,7 +9,7 @@
</a>
</div>
<table class="numeros servicos">
<table class="responsive-table numeros servicos">
<tr>
{% for s in tabela_resumo_seit.titulos %}
<th>{{ s }}</th>

Loading…
Cancel
Save