MDL-25721 core_question: added ability to order questions by dates

This commit is contained in:
Mark Nelson 2015-03-25 15:48:38 -07:00
parent 20d38830ae
commit 810920b15d
3 changed files with 17 additions and 2 deletions

View file

@ -804,6 +804,15 @@ table.quizreviewsummary td.cell {
font-weight: normal;
font-size: 0.8em;
}
#categoryquestions td.modifiername,
#categoryquestions td.creatorname {
line-height: 1em;
}
#categoryquestions td.modifiername span.date,
#categoryquestions td.creatorname span.date {
font-weight: normal;
font-size: 0.8em;
}
table#categoryquestions {
width: 100%;
overflow: hidden;