some styling for custom tables in the admin
This commit is contained in:
parent
5bbcaed101
commit
f11fd61bd7
|
@ -10,15 +10,15 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block after_related_objects %}
|
||||
<div id="similarFeatures">
|
||||
<div class="tableTitle">List of Features:</div>
|
||||
<div id="similarFeatures" class="module">
|
||||
<h2>List of Features:</h2>
|
||||
<table id="mapList">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>Name</td>
|
||||
<td>Type</td>
|
||||
<td>County</td>
|
||||
<td>State</td>
|
||||
<th>Name</th>
|
||||
<th>Type</th>
|
||||
<th>County</th>
|
||||
<th>State</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
@ -15,23 +15,23 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block after_related_objects %}
|
||||
<div id="similarFeatures">
|
||||
<div class="tableTitle">Similar Features:</div>
|
||||
<div id="similarFeatures" class="module">
|
||||
<h2>Similar Features:</h2>
|
||||
<table id="similarTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<td>
|
||||
<th>
|
||||
Name
|
||||
</td>
|
||||
<td>
|
||||
</th>
|
||||
<th>
|
||||
Feature Type
|
||||
</td>
|
||||
<td>
|
||||
</th>
|
||||
<th>
|
||||
Similarity
|
||||
</td>
|
||||
<td>
|
||||
</th>
|
||||
<th>
|
||||
Distance
|
||||
</td>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in New Issue
Block a user