moodle/question/bank/usage/styles.css
Safat Shahin 8f06aa01dc MDL-72074 qbank_usage: Add usage plugin to core
This implementation will introduce the usage plugin
which shows qhich quizes are using this question,
number of attmpts and other information.

Co-Authored-By: Safat Shahin <safatshahin@catalyst-au.net>
Co-Authored-By: Matt Porritt <mattp@catalyst-au.net>
2021-11-05 00:36:36 +11:00

6 lines
94 B
CSS

.questionusage {
cursor: pointer;
}
#categoryquestions .questionusage {
width: 5em;
}