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%;
|
||||
}
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
RECORD_ID = {{ object_id }}
|
||||
</script>
|
||||
<script type="text/javascript" src="/static/js/auth_record_admin.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="/static/css/feature_admin.css" />
|
||||
{% endblock %}
|
||||
|
||||
{% block after_related_objects %}
|
||||
<div id="similarFeatures" class="module">
|
||||
<h2>List of Features:</h2>
|
||||
<table id="mapList">
|
||||
<table id="mapList" class="customTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
{% block after_related_objects %}
|
||||
<div id="similarFeatures" class="module">
|
||||
<h2>Similar Features</h2>
|
||||
<table id="similarTable">
|
||||
<table id="similarTable" class="customTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
|
|
Loading…
Reference in New Issue
Block a user