more fixes

This commit is contained in:
Ross
2020-12-27 11:41:40 +00:00
parent 57b05da029
commit ccf92c0632
5 changed files with 68 additions and 38 deletions
+3 -3
View File
@@ -116,7 +116,6 @@ button a {
}
.marking-list {
float: right;
}
.save {
@@ -147,12 +146,13 @@ button a {
#dicom-image {
width: 60%;
float: left;
position: fixed;
right: 0px;
height: 600px;
bottom: 0px;
}
.marking {
float: right;
}
#question-mark-list {
+1 -1
View File
@@ -3,7 +3,7 @@
{% block content %}
<h2>Marking question {{question_details.current}} of {{question_details.total}}</h2>
<a href="{% url 'anatomy:anatomy_question_update' question.id %}" title="Edit the Question">Edit</a> <a href="{% url 'admin:anatomy_anatomyquestion_change' question.id %}" title="Edit the Question using the admin interface">Admin Edit</a>
<p>{{ question.question_type }}</p>
<h3>{{ question.question_type }}</h3>
<div id="dicom-image" data-url="{{ question.image.url}}" data-annotations='{{question.image_annotations}}'>
</div>