summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html')
-rw-r--r--archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html b/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html
index 426669cca..4c41ed89e 100644
--- a/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html
+++ b/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html
@@ -1,6 +1,8 @@
{% load i18n %}
-<table class='simple'>
- <caption>{{caption}}</caption>
+<h4>{{caption}}</h4>
+<div class='clean-table'>
+<div class='clean-table-wrap'>
+<table>
<tr>
<th>{% trans "Ref." %}</th>
<th>{% trans "Type" %}</th>
@@ -18,3 +20,5 @@
<tr><td colspan="4" class='no_items'>{% trans "No administrative act associated" %}</td></tr>
{% endfor %}
</table>
+</div>
+</div>