diff options
| 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 |
| commit | bd7639f6ee2da2a3417b64e70fdbf1decbf831ed (patch) | |
| tree | 76f7298299a4283564ed2da07c1a7d1cdc7dbac7 /ishtar_common/templates/ishtar/blocks/window_tables/documents.html | |
| parent | 99dd4a2fc8d6f44a9a22a69452d15006b264c372 (diff) | |
| download | Ishtar-bd7639f6ee2da2a3417b64e70fdbf1decbf831ed.tar.bz2 Ishtar-bd7639f6ee2da2a3417b64e70fdbf1decbf831ed.zip | |
UI: better layer layout for simple tables. Rewrite of all dashboard (refs #1616)
Diffstat (limited to 'ishtar_common/templates/ishtar/blocks/window_tables/documents.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_tables/documents.html | 8 |
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..8c584425a 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>{{h4}}</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> |
