tidy up series block in collections a little

This commit is contained in:
Ross
2023-06-12 10:53:21 +01:00
parent d8c36b81d7
commit 43c984d5aa
2 changed files with 24 additions and 2 deletions
@@ -22,6 +22,10 @@
{% endif %}
<div class="pre-whitespace multi-image-block">
<details open>
<summary>
Images
</summary>
{% for series in series_list %}
<span class="series-block">
<a href="#" onclick='window.loadDicomViewer(window.images[{{forloop.counter0}}])'>
@@ -32,6 +36,7 @@
</a>
</span>
{% endfor %}
</details>
</div>
<div>
@@ -99,7 +104,7 @@
}
.series-block {
border: darkgray solid 1px;
border: darkblue solid 1px;
padding: 1px;
text-decoration: none;
text-align: center;
+18 -1
View File
@@ -551,7 +551,24 @@ td.user-answer-score-2.rapid-ans::after {
.multi-image-block,
.series-block {
display: inline-flex;
max-width: 400px;
word-break: break-word;
}
.multi-image-block .series-block {
height: 100%;
max-width: 120px;
}
.series-block-examination {
font-weight: bold;
}
.series-block-image-number {
font-size: small;
}
.series-block-image-number-count {
text-decoration: underline;
}
.sortable-placeholder {