Skip to content

Commit

Permalink
MDL-36954 question bank: stop centring question name.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
timhunt committed Nov 30, 2012
1 parent 47dfbd9 commit 489f98a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theme/base/style/question.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 489f98a

Please sign in to comment.