merged fix for MDL-8686, MDL-8576, replacing <fieldset> with <div> for display issues
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user