.
This commit is contained in:
@@ -253,6 +253,10 @@ button a {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#save-annotations.save-rapid-annotations {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.drop-target {
|
||||
width: 100%;
|
||||
width: 100vw;
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
<div id="single-dicom-viewer" class="dicom-viewer" data-images="{{ question.get_image_url_array }}"
|
||||
data-annotations='{{question.get_image_annotations}}'>
|
||||
</div>
|
||||
<button id="save-annotations">Save Annotations</button>
|
||||
<button id="save-annotations" class="save-rapid-annotations">Save Annotations</button>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
|
||||
@@ -253,6 +253,10 @@ button a {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
#save-annotations.save-rapid-annotations {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.drop-target {
|
||||
width: 100%;
|
||||
width: 100vw;
|
||||
|
||||
Reference in New Issue
Block a user