apply table css to feature list on authority record page

This commit is contained in:
Sanj 2011-08-31 02:02:34 +05:30
parent 22eaef8161
commit a53719b3a5
3 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
#similarTable { .customTable {
width: 100%; width: 100%;
} }

View File

@ -6,13 +6,13 @@
RECORD_ID = {{ object_id }} RECORD_ID = {{ object_id }}
</script> </script>
<script type="text/javascript" src="/static/js/auth_record_admin.js"></script> <script type="text/javascript" src="/static/js/auth_record_admin.js"></script>
<link rel="stylesheet" href="/static/css/feature_admin.css" />
{% endblock %} {% endblock %}
{% block after_related_objects %} {% block after_related_objects %}
<div id="similarFeatures" class="module"> <div id="similarFeatures" class="module">
<h2>List of Features:</h2> <h2>List of Features:</h2>
<table id="mapList"> <table id="mapList" class="customTable">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>

View File

@ -17,7 +17,7 @@
{% block after_related_objects %} {% block after_related_objects %}
<div id="similarFeatures" class="module"> <div id="similarFeatures" class="module">
<h2>Similar Features</h2> <h2>Similar Features</h2>
<table id="similarTable"> <table id="similarTable" class="customTable">
<thead> <thead>
<tr> <tr>
<th> <th>