This commit is contained in:
Ross
2021-03-01 18:37:41 +00:00
parent 39601ef14a
commit 6a08a7b088
2 changed files with 12 additions and 4 deletions
+11 -3
View File
@@ -163,6 +163,15 @@ button a {
height: 600px;
}
.rapid-dicom-viewer {
width: 400px;
height: 600px;
position: fixed;
top: 0px;
right: 0px;
float: right;
}
.marking-dicom {
position: fixed;
right: 0px;
@@ -285,14 +294,13 @@ img.uploading {
float: right;
}
img.uploading:hover {
/* img.uploading:hover {
height: 95%;
position: fixed;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%)
}
} */
.image-ident-warning {
border: 2px solid red;
+1 -1
View File
@@ -386,6 +386,6 @@
</ul>
</div>
<div id="single-dicom-viewer" class="rapid-dicom-viewer" data-images="" data-annotations=''></div>
<div id="single-dicom-viewer" class="dicom-viewer" data-images="" data-annotations=''></div>
{% endblock %}