From 1874bb08552e787054588272c9d66c44e098d027 Mon Sep 17 00:00:00 2001
From: Ross
Date: Tue, 26 Apr 2022 20:51:11 +0100
Subject: [PATCH] .
---
.../atlas/collection_case_view_take.html | 122 +++++++++---------
1 file changed, 63 insertions(+), 59 deletions(-)
diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html
index a0d88dd6..972879db 100644
--- a/atlas/templates/atlas/collection_case_view_take.html
+++ b/atlas/templates/atlas/collection_case_view_take.html
@@ -23,12 +23,12 @@
@@ -39,71 +39,75 @@
{% if show_discussion and case.discussion%}
-
-
- Discussion:
-
-
- {{case.discussion}}
-
-
+
+
+
+ Discussion:
+
+
+ {{case.discussion}}
+
+
+
{% endif %}
{% if show_report and case.report%}
-
-
- Report:
-
-
- {{case.report}}
-
-
+
+
+
+ Report:
+
+
+ {{case.report}}
+
+
+
{% endif %}
-
- {% if previous > -1 %}
-
- {% endif %}
- {% if next %}
-
- {% else %}
- {% if not exam.publish_results %}
-
- {% endif %}
+
+ {% if previous > -1 %}
+
+ {% endif %}
+ {% if next %}
+
+ {% else %}
+ {% if not exam.publish_results %}
+
{% endif %}
+ {% endif %}
-
-
-
-
-
+ }
+ .series-block {
+ border: darkgray solid 1px;
+ padding: 1px;
+ text-decoration: none;
+ text-align: center;
+ }
+ .series-block a {
+ all: unset;
+ }
+ .series-block:hover {
+ background-color: darkblue;
+ }
+
{% endblock %}
{% block js %}