From: urs_hunkler Date: Thu, 20 Apr 2006 19:11:20 +0000 (+0000) Subject: removed width for multichoice feedback X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1ffd3647bd32791d733177e09705138ae70ce94f;p=moodle.git removed width for multichoice feedback --- 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,