mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
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.
This commit is contained in:
parent
47dfbd9eb3
commit
489f98a662
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user