From: toyomoyo Date: Wed, 28 Feb 2007 04:58:48 +0000 (+0000) Subject: merged fix for MDL-8686, MDL-8576, replacing
with
for display issues X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5328c274d5b0ca418e32fd333ec98997a8a4f58a;p=moodle.git merged fix for MDL-8686, MDL-8576, replacing
with
for display issues --- diff --git a/mod/quiz/attempt.php b/mod/quiz/attempt.php index 691ef64293..960f172765 100644 --- a/mod/quiz/attempt.php +++ b/mod/quiz/attempt.php @@ -488,7 +488,7 @@ } // Add a hidden field with the quiz id - echo '
'; + echo '
'; echo '\n"; /// Print the navigation panel if required @@ -554,7 +554,7 @@ } // Finish the form - echo '
'; + echo '
'; echo "\n"; diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index da635edae5..4ad31e46cd 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2040,7 +2040,8 @@ body#message-messages { width: 5%; } .que .answer { - float: right; + /* float: right; */ + float: left; width: 83%; margin-bottom: 0.5em; } @@ -2063,7 +2064,7 @@ body#message-messages { } .que .feedback { clear: both; - float: right; + /* float: right; */ width: 83%; padding: 0 0 0.3em 0.3em; border: 1px solid;