Browse Source

Use condensed table from Bootstrap

use_django_admin
Alexandre Iooss 7 years ago
parent
commit
5a9244349c
  1. 2
      useradmin/templates/admin/change_list_results.html

2
useradmin/templates/admin/change_list_results.html

@ -7,7 +7,7 @@
{% endif %}
{% if results %}
<div class="results table-responsive">
<table id="result_list" class="table table-striped table-bordered">
<table id="result_list" class="table table-striped table-bordered table-condensed">
<thead>
<tr>
{% for header in result_headers %}

Loading…
Cancel
Save