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 %} {% 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>

View File

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