quiz: minor layout improvement.

This commit is contained in:
tjhunt 2009-07-22 09:13:38 +00:00
parent 3ceb69108a
commit 0f2d2de675

View File

@ -3121,6 +3121,11 @@ body.jsenabled #qtypechoicecontainer {
padding: 0.3em;
width: auto;
}
.calculated .answer input,
.numerical .answer input,
.shortanswer .answer input {
width: 99%;
}
.truefalse .answer span {
float: left;
clear: left;