diff --git a/assets/styles/backoffice.scss b/assets/styles/backoffice.scss index e69de29..4ab8c9f 100644 --- a/assets/styles/backoffice.scss +++ b/assets/styles/backoffice.scss @@ -0,0 +1,3 @@ +.col-result-xs { width: 10%; } +.col-result-sm { width: 15%; } +.col-result-md { width: 20%; } diff --git a/assets/styles/quiz.scss b/assets/styles/quiz.scss index 4fb76ee..14a112f 100644 --- a/assets/styles/quiz.scss +++ b/assets/styles/quiz.scss @@ -1,14 +1,17 @@ -html, body { +html { height: 100%; +} + +body { + min-height: 100%; background-image: url("../img/background.png"); - background-position: center center; + background-position: center; background-repeat: no-repeat; background-color: black; color: white; - - display: grid; - align-items: center; - justify-self: center; + display: flex; + flex-direction: column; + justify-content: center; } .elimination-screen { diff --git a/templates/backoffice/quiz/tab_overview.html.twig b/templates/backoffice/quiz/tab_overview.html.twig index 3ab04c2..6db7316 100644 --- a/templates/backoffice/quiz/tab_overview.html.twig +++ b/templates/backoffice/quiz/tab_overview.html.twig @@ -1,3 +1,27 @@ +{% macro confirm_modal(id, target, body, formAction, csrfToken) %} +
+{% endmacro %} +{{ 'Number of dropouts:'|trans }} {{ quiz.dropouts }}
-| {{ 'Candidate'|trans }} | -{{ 'Correct Answers'|trans }} | -{{ 'Corrections'|trans }} | -{{ 'Penalty'|trans }} | -{{ 'Score'|trans }} | -{{ 'Time'|trans }} | +{{ 'Correct Answers'|trans }} | +{{ 'Corrections'|trans }} | +{{ 'Penalty'|trans }} | +{{ 'Score'|trans }} | +{{ 'Time'|trans }} |
|---|