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:
Ryan Wyllie 2016-11-24 05:11:16 +00:00
parent 0fbe41f4cd
commit de4ca62e7a

View file

@ -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>