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:
Tim Hunt 2012-11-30 16:32:31 +00:00
parent 47dfbd9eb3
commit 489f98a662

View File

@ -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 */