diff --git a/atlas/templates/atlas/collection_case_view_take.html b/atlas/templates/atlas/collection_case_view_take.html index 49d43fb8..be367679 100644 --- a/atlas/templates/atlas/collection_case_view_take.html +++ b/atlas/templates/atlas/collection_case_view_take.html @@ -23,12 +23,12 @@
{% for series in series_list %} + Series {{ forloop.counter }}: - {{series.get_block}} - + {% endfor %}
@@ -92,9 +92,12 @@ } .series-block { -border: darkgray dashed 1px; +border: darkgray solid 1px; padding: 1px; } + .series-block:hover { +background-color: darkblue + } {% endblock %}