add some basic styles to the registration page's confirm buttons

pull/1/head
ansuz 5 years ago
parent a6b85659b5
commit c939b4951c

@ -115,8 +115,11 @@ define([
}, { }, {
ok: Messages.register_writtenPassword, ok: Messages.register_writtenPassword,
cancel: Messages.register_cancel, cancel: Messages.register_cancel,
cancelClass: 'safe', /* If we're certain that we aren't using these "*Class" APIs
okClass: 'danger', anywhere else then we can deprecate them and make this a
custom modal in common-interface (or here). */
cancelClass: 'btn.btn-primary',
okClass: 'btn.btn-danger',
reverseOrder: true, reverseOrder: true,
done: function ($dialog) { done: function ($dialog) {
$dialog.find('> div').addClass('half'); $dialog.find('> div').addClass('half');

Loading…
Cancel
Save