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