From 7330b036d498a8f6bcb990ea49c262237f4de08f Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 3 Jan 2022 17:08:03 +0000 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 18 ------------------ templates/exam_list.html | 25 ++++++++++++++++++++++++- 2 files changed, 24 insertions(+), 19 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index cacc6f61..77f71554 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -587,24 +587,6 @@ table.longs .user-answer-score- { background-color: red; } -.published-icon { - border: 1px dotted gray; - opacity: 20%; - border-radius: 4px; - display: inline-block; -} - -.published-icon:hover { - opacity: 100%; -} - -.exam-publish-results-switch + .published-icon { - border: 1px solid purple; - color: purple; - opacity: 100%; - display: inline-block; -} - textarea, input { border-radius: 2px; diff --git a/templates/exam_list.html b/templates/exam_list.html index 83c0fc3f..4cf44a5f 100644 --- a/templates/exam_list.html +++ b/templates/exam_list.html @@ -12,9 +12,9 @@ {% if marking %}Mark{% endif %} Candidates Scores - + {% endif %} {% endfor %} @@ -43,4 +43,27 @@ {% endif %} {% include 'exam_overview_js.html' %} + + + {% endblock %} +