Browse Source

Use striped tables

pull/202/head
Marcio Mazza 9 years ago
parent
commit
118803f136
  1. 2
      templates/compilacao/textoarticulado_list.html
  2. 2
      templates/compilacao/tipotextoarticulado_list.html
  3. 2
      templates/crud/list.html

2
templates/compilacao/textoarticulado_list.html

@ -21,7 +21,7 @@
{% endblock more_buttons %}
</dl>
<table class="table table-hover">
<table class="table table-striped table-hover">
<thead>
<tr>
<th>{% fieldclass_verbose_name 'compilacao.models.TextoArticulado' 'tipo_ta' %}</th>

2
templates/compilacao/tipotextoarticulado_list.html

@ -17,7 +17,7 @@
{% if not object_list %}
<p>{{ NO_ENTRIES_MSG }}</p>
{% else %}
<table class="table table-hover" width=100%>
<table class="table table-striped table-hover" width=100%>
<thead>
<tr>
<th>{% fieldclass_verbose_name 'compilacao.models.TipoTextoArticulado' 'sigla' %}</th>

2
templates/crud/list.html

@ -17,7 +17,7 @@
{% if not rows %}
<p>{{ NO_ENTRIES_MSG }}</p>
{% else %}
<table class="table table-hover">
<table class="table table-striped table-hover">
<thead>
<tr>
{% for name in headers %}

Loading…
Cancel
Save