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;