diff options
Diffstat (limited to 'archaeological_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 04532838a..91054a87b 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -51,7 +51,9 @@ {% if item.right_relations.count %} <h3>{% trans "In relation with"%}</h3> -<table class='simple'> +<div class='clean-table'> +<div class='clean-table-wrap'> +<table> <tr> <th>{% trans "Relation type" %}</th> <th>{% trans "ID" %}</th> @@ -72,7 +74,8 @@ <td class='link'><a href="#" class='display_details' onclick='load_window("{%url show-contextrecord relation.right_record.pk ''%}")'><i class="fa fa-info-circle" aria-hidden="true"></i></a></td> </tr> {% endfor %} -<table class='simple'> +</table> +</div></div> {% endif %} |