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:
Will O'Brien 2019-08-25 17:17:44 -07:00 committed by willob99
parent a672f021ea
commit 163750f3e5

View File

@ -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;
}