summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/blocks/window_tables/documents.html
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-29 17:50:20 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-08-29 17:50:20 +0200
commitd0d3fbc24424f4d369850ff7c5b561eea16435d0 (patch)
tree06c905007d620ed0953cb541585f205a4f77e9a7 /ishtar_common/templates/ishtar/blocks/window_tables/documents.html
parentd30f75d0cecebd960ca1f1b5044f8802e0215613 (diff)
parent661218e0acd24fc3bca76229b61d0cb91a54be1c (diff)
downloadIshtar-d0d3fbc24424f4d369850ff7c5b561eea16435d0.tar.bz2
Ishtar-d0d3fbc24424f4d369850ff7c5b561eea16435d0.zip
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_tables/documents.html')
-rw-r--r--ishtar_common/templates/ishtar/blocks/window_tables/documents.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/documents.html
index f1592cc42..6d5c1f704 100644
--- a/ishtar_common/templates/ishtar/blocks/window_tables/documents.html
+++ b/ishtar_common/templates/ishtar/blocks/window_tables/documents.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 "Title" %}</th>
<th>{% trans "Type" %}</th>
@@ -18,4 +20,4 @@
</tr>
{% endfor %}
</table>
-
+</div></div>