From 93e2c413d228dcaf0723415468a0a5b593c9d4f0 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 16 Oct 2021 16:27:54 +0100 Subject: [PATCH] . --- rapids/templates/rapids/mark.html | 2 +- static/css/anatomy.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rapids/templates/rapids/mark.html b/rapids/templates/rapids/mark.html index 4bdea54e..d48c14ac 100644 --- a/rapids/templates/rapids/mark.html +++ b/rapids/templates/rapids/mark.html @@ -1,7 +1,7 @@ {% extends 'rapids/exams.html' %} {% block content %} -

Marking question {{question_details.current}} of {{question_details.total}}{% if review %} [REVIEW]{% endif %}

+

{% if review %}Reviewing{% else %}Marking{% endif %} question {{question_details.current}} of {{question_details.total}}

View Edit Admin diff --git a/static/css/anatomy.css b/static/css/anatomy.css index a7df6290..e884eeea 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -756,10 +756,10 @@ input { clear: both; } -.check-saved { +.check-review { color: purple; } .current-mark { - color: darkred; + color: gray; } \ No newline at end of file