3be2b123e5
This implementation will introduce a qbank plugin "comment" which will allow users with the capability to comment in a question. It also implements a callback for the question preview page to view and add comments from the preview page. Comment plugin is implemented using the existing comments API from the core. Co-Authored-By: Guillermo Gomez Arias <guillermogomez@catalyst-au.net> Co-Authored-By: Safat Shahin <safatshahin@catalyst-au.net> Co-Authored-By: Matt Porritt <mattp@catalyst-au.net>
10 lines
176 B
CSS
10 lines
176 B
CSS
/* Comment text area size to maximum */
|
|
.question-comment-view .comment-ctrl .comment-area {
|
|
max-width: none;
|
|
width: 100%;
|
|
}
|
|
|
|
.comment-pointer {
|
|
cursor: pointer;
|
|
}
|