From 489f98a662e0a2edeeae2afec1e057a3a5bc71e4 Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Fri, 30 Nov 2012 16:32:31 +0000 Subject: [PATCH] MDL-36954 question bank: stop centring question name. This was a regression caused by MDL-21625. These CSS changes put the display back to how it was, while leaving the table cell as a TD for accessibility. --- theme/base/style/question.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/base/style/question.css b/theme/base/style/question.css index 52912bc84f318..12b70537a508c 100644 --- a/theme/base/style/question.css +++ b/theme/base/style/question.css @@ -32,6 +32,8 @@ #categoryquestions { margin: 0; } #categoryquestions td, #categoryquestions th { padding: 0 0.2em; } +#categoryquestions th { text-align: left; font-weight: normal; } +.dir-rtl #categoryquestions th { text-align: right; } .questionbank .singleselect { margin: 0; } /* Question editing form */