From 6a08a7b0886de4261dd919870681e19192202474 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 1 Mar 2021 18:37:41 +0000 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 14 +++++++++++--- rapids/templates/rapids/rapid_form.html | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index a5c96ae7..7b36d4c2 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -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; diff --git a/rapids/templates/rapids/rapid_form.html b/rapids/templates/rapids/rapid_form.html index 02fe9e96..316917ce 100755 --- a/rapids/templates/rapids/rapid_form.html +++ b/rapids/templates/rapids/rapid_form.html @@ -386,6 +386,6 @@ +
-
{% endblock %} \ No newline at end of file