mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-66488 mod_assign: make submission comments textarea expandable
Allow submission comments textarea on assignment "View all submissions" page to expand both ways, rather than just vertically.
This commit is contained in:
parent
a672f021ea
commit
163750f3e5
@ -182,6 +182,10 @@
|
||||
background-color: #fc9;
|
||||
}
|
||||
|
||||
.path-mod-assign .gradingtable .commentscontainer .comment-ctrl .comment-area textarea {
|
||||
resize: both;
|
||||
}
|
||||
|
||||
.path-mod-assign td.submissioneditable {
|
||||
color: red;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user