From 1b6757bff28eb1f340a0a22e133a0a0000a652f0 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 10 Nov 2025 11:48:01 +0000 Subject: [PATCH] Update DICOM image element ID for consistency and add CSS styles for anatomy DICOM image --- .../anatomy/partials/exam_review_question_fragment.html | 2 +- anatomy/templates/anatomy/question_detail.html | 2 +- rad/static/css/anatomy.css | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/anatomy/templates/anatomy/partials/exam_review_question_fragment.html b/anatomy/templates/anatomy/partials/exam_review_question_fragment.html index b8c2fd2d..d569aeda 100644 --- a/anatomy/templates/anatomy/partials/exam_review_question_fragment.html +++ b/anatomy/templates/anatomy/partials/exam_review_question_fragment.html @@ -1,7 +1,7 @@

{{ question.question_type }}

-
diff --git a/anatomy/templates/anatomy/question_detail.html b/anatomy/templates/anatomy/question_detail.html index 971f2ca6..8e7dda7a 100644 --- a/anatomy/templates/anatomy/question_detail.html +++ b/anatomy/templates/anatomy/question_detail.html @@ -3,7 +3,7 @@ {% block content %} {% load static %} {% include 'anatomy/question_link_header.html' %} -
Help diff --git a/rad/static/css/anatomy.css b/rad/static/css/anatomy.css index 7cb15bea..636a3fe3 100644 --- a/rad/static/css/anatomy.css +++ b/rad/static/css/anatomy.css @@ -189,6 +189,11 @@ button a { height: 600px; } +#anatomy-dicom-image { + width: 100%; + height: 600px; +} + .dicom-viewer { width: 100%; height: 600px;