summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.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
commitabb1e9536e9461c3a7c0becb225d7c85cd161a11 (patch)
tree76f7298299a4283564ed2da07c1a7d1cdc7dbac7 /archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html
parent4de64db1316313d12fe1bc86942d63808f87b38a (diff)
downloadIshtar-abb1e9536e9461c3a7c0becb225d7c85cd161a11.tar.bz2
Ishtar-abb1e9536e9461c3a7c0becb225d7c85cd161a11.zip
UI: better layer layout for simple tables. Rewrite of all dashboard (refs #1616)
Diffstat (limited to 'archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html')
-rw-r--r--archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html b/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html
index 9885680d7..37be138b1 100644
--- a/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html
+++ b/archaeological_operations/templates/ishtar/blocks/window_tables/parcels.html
@@ -1,6 +1,8 @@
{% load i18n %}
-<table class='simple'>
- <caption>{{ parcels_label }}</caption>
+<h4>{{ parcels_label }}</h4>
+<div class='clean-table'>
+<div class='clean-table-wrap'>
+<table>
<tr>
<th>{% trans "Town" %}</th>
<th>{% trans "Year" %}</th>
@@ -20,3 +22,4 @@
<tr><td colspan="4" class='no_items'>{% trans "No parcel" %}</td></tr>
{% endfor %}
</table>
+</div></div>