Make oepn-ended responses and self-assessment answers use

the same CSS
This commit is contained in:
Diana Huang
2012-12-10 11:00:28 -05:00
parent c9d399d3bd
commit cc72870aac
3 changed files with 8 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<section id="openended_${id}" class="openended">
<textarea rows="${rows}" cols="${cols}" name="input_${id}" id="input_${id}"
<textarea rows="${rows}" cols="${cols}" name="input_${id}" class="short-form-response" id="input_${id}"
% if hidden:
style="display:none;"
% endif