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 /archaeological_context_records/templates | |
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 'archaeological_context_records/templates')
-rw-r--r-- | archaeological_context_records/templates/ishtar/sheet_contextrecord.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html index 04532838a..91054a87b 100644 --- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html +++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html @@ -51,7 +51,9 @@ {% if item.right_relations.count %} <h3>{% trans "In relation with"%}</h3> -<table class='simple'> +<div class='clean-table'> +<div class='clean-table-wrap'> +<table> <tr> <th>{% trans "Relation type" %}</th> <th>{% trans "ID" %}</th> @@ -72,7 +74,8 @@ <td class='link'><a href="#" class='display_details' onclick='load_window("{%url show-contextrecord relation.right_record.pk ''%}")'><i class="fa fa-info-circle" aria-hidden="true"></i></a></td> </tr> {% endfor %} -<table class='simple'> +</table> +</div></div> {% endif %} |