mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +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>
|
</div>
|
||||||
<form>
|
<form>
|
||||||
{{{formhtml}}}
|
{{{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="submit" class="btn btn-primary">{{#str}} savechanges {{/str}}</button>
|
||||||
<button type="button" class="btn" data-cancel-button>{{#str}} cancel {{/str}}</button>
|
<button type="button" class="btn" data-cancel-button>{{#str}} cancel {{/str}}</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue