mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-25721 core_question: added ability to order questions by dates
This commit is contained in:
parent
20d38830ae
commit
810920b15d
3 changed files with 17 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue