MDL-60249 assign: resize quickgrade textareas

The Bootstrap CSS reset prevents horizontal resizing of textareas. We want to allow it in the quickgrading ui.
This commit is contained in:
Damyon Wiese
2017-11-17 14:55:28 +08:00
parent 4275ea4a43
commit e76e6bc8bd
+4
View File
@@ -56,6 +56,10 @@
padding: 0;
}
.path-mod-assign textarea.quickgrade {
resize: both;
}
.path-mod-assign .gradingbatchoperationsform .mform fieldset {
margin: 0;
padding: 0;