mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 03:18:07 +01:00
Clear all floats before printing the next component.
This commit is contained in:
parent
bcb1789331
commit
a3b8af3805
@ -30,13 +30,13 @@ print_simple_box_start('center', '90%');
|
||||
<div>
|
||||
<?php $this->print_question_formulation_and_controls($question, $state, $cmoptions, $options); ?>
|
||||
</div>
|
||||
<div>
|
||||
<div style="clear: both;">
|
||||
<?php $this->print_question_grading_details($question, $state, $cmoptions, $options); ?>
|
||||
</div>
|
||||
<div align="right">
|
||||
<div style="clear: both;" align="right">
|
||||
<?php $this->print_question_submit_buttons($question, $state, $cmoptions, $options); ?>
|
||||
</div>
|
||||
<div>
|
||||
<div style="clear: both;">
|
||||
<?php echo $q->history; ?>
|
||||
</div>
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user