merged fix for MDL-8686, MDL-8576, replacing <fieldset> with <div> for display issues

This commit is contained in:
toyomoyo
2007-02-28 04:58:48 +00:00
parent 343e683453
commit 5328c274d5
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -488,7 +488,7 @@
}
// 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
@@ -554,7 +554,7 @@
}
// Finish the form
echo '</fieldset>';
echo '</div>';
echo "</form>\n";
+3 -2
View 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;