apply table css to feature list on authority record page
This commit is contained in:
parent
22eaef8161
commit
a53719b3a5
|
@ -1,3 +1,3 @@
|
||||||
#similarTable {
|
.customTable {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user