Skip to content

Commit

Permalink
menu mode: wrap the buttons at the end in <p>
Browse files Browse the repository at this point in the history
to get a bit of space between them
  • Loading branch information
christianp committed Jan 8, 2025
1 parent f092654 commit c32cc9e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/default/templates/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1 id="infopage-menu-header" data-bind="html: exam.settings.name"></h1>
</tbody>
</table>
</nav>
<!-- End Exam Button -->
<button class="btn btn-danger navbar-btn center-block" id="endBtn" data-localise="control.end exam" data-bind="click: Numbas.controls.endExam"></button>

<button class="btn btn-default navbar-btn center-block thin-button" type="button" data-bind="click: Numbas.display.showStyleModal" data-localise="control.style options"></button>
<p class="center-block text-center"><button class="btn btn-danger navbar-btn" id="endBtn" data-localise="control.end exam" data-bind="click: Numbas.controls.endExam"></button></p>

<p class="center-block text-center"><button class="btn btn-default navbar-btn thin-button" type="button" data-bind="click: Numbas.display.showStyleModal" data-localise="control.style options"></button></p>

0 comments on commit c32cc9e

Please sign in to comment.