mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-56429 theme: add margin to processor settings form controls
Add a top margin to the form controls in the processor settings modal on the notification preferences page to separate the content from the controls.
This commit is contained in:
parent
0fbe41f4cd
commit
de4ca62e7a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
<form>
|
||||
{{{formhtml}}}
|
||||
<div class="form-actions">
|
||||
<div class="form-actions m-t-1">
|
||||
<button type="submit" class="btn btn-primary">{{#str}} savechanges {{/str}}</button>
|
||||
<button type="button" class="btn" data-cancel-button>{{#str}} cancel {{/str}}</button>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue