From 9e452c0d7b92c7f8c58f77480037e7a80b062f5b Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 5 Jul 2006 12:32:53 +0000 Subject: [PATCH] Layout similar question types more consistently. --- theme/standard/styles_layout.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 58c571bff0..83f0c2a4c9 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1217,6 +1217,8 @@ body#message-messages { .truefalse .answer { padding: 0.3em 0 0.3em 0.3em; } +.calculated .answer input, +.numerical .answer input, .shortanswer .answer input { width: 85%; } -- 2.39.5