From f9108f58ded5906da54dd9408ed98822aa8fd4db Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 22 Jun 2007 13:46:00 +0000 Subject: [PATCH] MDL-10213 - layuout problem for question in IE in Moodle 1.7. I'm taking the opportunity to clean up the CSS in 1.8 and HEAD to match what I did in 1.7. Merged from MOODLE_18_STABLE. --- theme/standard/styles_layout.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index dd0ee69bea..0aea8fb7cb 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2380,9 +2380,8 @@ body#message-messages { } .que .feedback { clear: both; - /* float: right; */ - width: 83%; padding: 0 0 0.3em 0.3em; + margin-bottom: 0.5em; border: 1px solid; } .multichoice td.feedback { -- 2.39.5