From ba28ce46cccb85c3fd7392dc7730db1c048fef40 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 17 Aug 2021 18:21:26 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 12 ++++++++++-- longs/templates/longs/exam_overview.html | 4 ++-- static/css/anatomy.css | 12 ++++++++++-- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index 6267450b..9918f5a8 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -537,10 +537,18 @@ td.user-answer-score-2::after { display: flex; } - .exam-list li .flex-col, #full-question-list li .flex-col { +.flex-col { flex: 1; } -#full-question-list li .flex-col-4 { +.flex-col-2 { + flex: 2; + } + +.flex-col-3 { + flex: 3; + } + +.flex-col-4 { flex: 4; } \ No newline at end of file diff --git a/longs/templates/longs/exam_overview.html b/longs/templates/longs/exam_overview.html index 2042cfd4..9f5507f5 100644 --- a/longs/templates/longs/exam_overview.html +++ b/longs/templates/longs/exam_overview.html @@ -29,7 +29,7 @@ {% for question in questions.all %}
  • - + Description: {{ question.description}}
    History: {{ question.history}} @@ -44,7 +44,7 @@
    {% for series in question.series.all %} -
    +
    Series {{forloop.counter }}:
    {{series.get_block}}
    diff --git a/static/css/anatomy.css b/static/css/anatomy.css index 6267450b..9918f5a8 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -537,10 +537,18 @@ td.user-answer-score-2::after { display: flex; } - .exam-list li .flex-col, #full-question-list li .flex-col { +.flex-col { flex: 1; } -#full-question-list li .flex-col-4 { +.flex-col-2 { + flex: 2; + } + +.flex-col-3 { + flex: 3; + } + +.flex-col-4 { flex: 4; } \ No newline at end of file