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

@@ -241,15 +241,14 @@ div.course-wrapper {
}
textarea.short-form-response {
height: 200px;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
section.self-assessment {
textarea.answer {
height: 200px;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
textarea.hint {
height: 100px;
padding: 5px;