This commit is contained in:
Ross
2020-12-27 11:48:55 +00:00
parent 90a467f915
commit 19d14296fc
2 changed files with 8 additions and 2 deletions
+7 -1
View File
@@ -146,10 +146,16 @@ button a {
#dicom-image {
width: 60%;
height: 600px;
}
#dicom-image.marking-dicom {
position: fixed;
right: 0px;
height: 600px;
bottom: 0px;
width: 50%;
height: 90%;
}
.marking {
+1 -1
View File
@@ -5,7 +5,7 @@
<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>
<h3>{{ question.question_type }}</h3>
<div id="dicom-image" data-url="{{ question.image.url}}" data-annotations='{{question.image_annotations}}'>
<div id="dicom-image" class="marking-dicom" data-url="{{ question.image.url}}" data-annotations='{{question.image_annotations}}'>
</div>
<div class="marking">
<form method="POST" class="post-form">{% csrf_token %}