]> git.mjollnir.org Git - moodle.git/commitdiff
merged fix for MDL-8686, MDL-8576, replacing <fieldset> with <div> for display issues
authortoyomoyo <toyomoyo>
Wed, 28 Feb 2007 04:58:48 +0000 (04:58 +0000)
committertoyomoyo <toyomoyo>
Wed, 28 Feb 2007 04:58:48 +0000 (04:58 +0000)
mod/quiz/attempt.php
theme/standard/styles_layout.css

index 691ef642935ef28b4e75da6c138f22699dcfa322..960f172765dad77e86db900392ccee350b1e02bc 100644 (file)
     }
 
     // Add a hidden field with the quiz id
-    echo '<fieldset class="invisiblefieldset">';
+    echo '<div>';
     echo '<input type="hidden" name="q" value="' . s($quiz->id) . "\" />\n";
 
 /// Print the navigation panel if required
     }
 
     // Finish the form
-    echo '</fieldset>';
+    echo '</div>';
     echo "</form>\n";
 
 
index da635edae53caf8ace1742c58152b5be9273d069..4ad31e46cd25b71e16b5109efff06a8418848688 100644 (file)
@@ -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;