Skip to content

Commit

Permalink
MDL-60249 assign: resize quickgrade textareas
Browse files Browse the repository at this point in the history
The Bootstrap CSS reset prevents horizontal resizing of textareas. We want to allow it in the quickgrading ui.
  • Loading branch information
Damyon Wiese committed Nov 17, 2017
1 parent 4275ea4 commit e76e6bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mod/assign/styles.css
Expand Up @@ -56,6 +56,10 @@
padding: 0;
}

.path-mod-assign textarea.quickgrade {
resize: both;
}

.path-mod-assign .gradingbatchoperationsform .mform fieldset {
margin: 0;
padding: 0;
Expand Down

0 comments on commit e76e6bc

Please sign in to comment.