From 55c75f91e962fefecde1127ff50d07ca33357fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Fri, 18 Oct 2019 16:32:35 +0200 Subject: [PATCH] MDL-66960 questions: Top align all question bank titles exc "select all" --- mod/quiz/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mod/quiz/styles.css b/mod/quiz/styles.css index ca307702967..4440b026450 100644 --- a/mod/quiz/styles.css +++ b/mod/quiz/styles.css @@ -966,6 +966,11 @@ table.quizreviewsummary td.cell { text-align: center; padding: 0 2px; border: 0 none; + vertical-align: top; +} + +#categoryquestions .header.checkbox { + vertical-align: bottom; } #categoryquestions th .sorters {