some styling for custom tables in the admin

This commit is contained in:
Sanj 2011-08-31 01:55:25 +05:30
parent 5bbcaed101
commit f11fd61bd7
2 changed files with 16 additions and 16 deletions

View File

@ -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>

View File

@ -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>