more fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user