diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index d3ed1c3b..16f86495 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -28,7 +28,7 @@ {% for series in case.series.all %} - Series {{ forloop.counter }}: + Series {{ forloop.counter }}: {{series.get_block}} diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html index 2eca027a..32e19b54 100644 --- a/atlas/templates/atlas/collection_case_view_take.html +++ b/atlas/templates/atlas/collection_case_view_take.html @@ -22,21 +22,21 @@ {% endif %}
-
+
- Images + Images - {% for series in series_list %} - - - - Series {{ forloop.counter }}: - {{series.get_block}} - - - - {% endfor %} -
+ {% for series in series_list %} + + + + Series {{ forloop.counter }}: + {{series.get_block}} + + + + {% endfor %} +
diff --git a/longs/templates/longs/long_display_block.html b/longs/templates/longs/long_display_block.html index 6cd94a36..590b5fb1 100755 --- a/longs/templates/longs/long_display_block.html +++ b/longs/templates/longs/long_display_block.html @@ -13,13 +13,16 @@ {% for series in question.series.all %} - Series {{ forloop.counter }}: + Series {{ forloop.counter }}: {{series.get_block}} +
+ Popup +
{% endfor %} diff --git a/rad/static/css/anatomy.css b/rad/static/css/anatomy.css index 465507d0..65b956a1 100644 --- a/rad/static/css/anatomy.css +++ b/rad/static/css/anatomy.css @@ -567,9 +567,17 @@ td.user-answer-score-2.rapid-ans::after { font-size: small; } +.series-block-series-number { + font-size: small; +} + .series-block-image-number-count { text-decoration: underline; } +.series-block-popup-link { + font-size: small; + color: darkblue +} .sortable-placeholder { border: 4px solid purple;