summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-25 22:36:05 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-25 22:36:05 +0200
commitbd7639f6ee2da2a3417b64e70fdbf1decbf831ed (patch)
tree76f7298299a4283564ed2da07c1a7d1cdc7dbac7 /archaeological_operations/templates/ishtar/blocks/window_tables/administrativacts.html
parent99dd4a2fc8d6f44a9a22a69452d15006b264c372 (diff)
downloadIshtar-bd7639f6ee2da2a3417b64e70fdbf1decbf831ed.tar.bz2
Ishtar-bd7639f6ee2da2a3417b64e70fdbf1decbf831ed.zip
UI: better layer layout for simple tables. Rewrite of all dashboard (refs #1616)
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>