.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 %}
|
||||
Reference in New Issue
Block a user