From 0f2d2de6753c150087814854688befc5d03309ca Mon Sep 17 00:00:00 2001 From: tjhunt <tjhunt> Date: Wed, 22 Jul 2009 09:13:38 +0000 Subject: [PATCH] quiz: minor layout improvement. --- theme/standard/styles_layout.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index c6c3b91cd4..a4b46e5e9a 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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; -- 2.39.5