diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css
index 1e11802d..cacc6f61 100644
--- a/anatomy/static/css/anatomy.css
+++ b/anatomy/static/css/anatomy.css
@@ -591,14 +591,14 @@ table.longs .user-answer-score- {
border: 1px dotted gray;
opacity: 20%;
border-radius: 4px;
- display: none;
+ display: inline-block;
}
.published-icon:hover {
opacity: 100%;
}
-.published-icon.published {
+.exam-publish-results-switch + .published-icon {
border: 1px solid purple;
color: purple;
opacity: 100%;
diff --git a/static/css/anatomy.css b/static/css/anatomy.css
index 1e11802d..cacc6f61 100644
--- a/static/css/anatomy.css
+++ b/static/css/anatomy.css
@@ -591,14 +591,14 @@ table.longs .user-answer-score- {
border: 1px dotted gray;
opacity: 20%;
border-radius: 4px;
- display: none;
+ display: inline-block;
}
.published-icon:hover {
opacity: 100%;
}
-.published-icon.published {
+.exam-publish-results-switch + .published-icon {
border: 1px solid purple;
color: purple;
opacity: 100%;
diff --git a/templates/exam_list.html b/templates/exam_list.html
index c87b4b77..83c0fc3f 100644
--- a/templates/exam_list.html
+++ b/templates/exam_list.html
@@ -12,8 +12,8 @@
{% if marking %}Mark{% endif %}
Candidates
Scores
- Results Published
- Publish results: Results Published
+
{% endif %}