From 1ffd3647bd32791d733177e09705138ae70ce94f Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Thu, 20 Apr 2006 19:11:20 +0000 Subject: [PATCH] removed width for multichoice feedback --- theme/standard/styles_layout.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 8734b7fc93..547777ffdb 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1188,10 +1188,14 @@ body#message-messages { vertical-align: top; } .multichoice .c0 { - width: 5%; + /* width: 5%; */ vertical-align: top; padding-top: 0.4em; } +.multichoice .text, +.multichoice .feedback { + width: auto; +} .calculated .answer, .numerical .answer, .shortanswer .answer, @@ -1211,10 +1215,6 @@ body#message-messages { padding: 0 0 0.3em 0.3em; border: 1px solid; } -.multichoice .text, -.multichoice .feedback { - width: auto; -} .que .grading, .que .comment, .que .commentlink, -- 2.39.5