mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-33431: Allow in page toggling of full/summary of submissions/feedback in assignment
This commit is contained in:
parent
f9e6212700
commit
66d3fe3708
4 changed files with 138 additions and 7 deletions
|
@ -134,3 +134,16 @@ div.earlysubmission {
|
|||
td.submissioneditable {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.expandsummaryicon {
|
||||
cursor: pointer;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.jsenabled .expandsummaryicon {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.hidefull {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue