Fix register confirmation buttons

pull/1/head
David Benqué 4 years ago
parent b3f759e870
commit 20fc3032ba

@ -177,8 +177,8 @@
background-color: fade(@colortheme_alertify-cancel-border, 25%);
}
}
&.btn-register-confirm {
margin-bottom: 10px !important;
&.btn-register {
margin-top: 10px !important;
}

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

Loading…
Cancel
Save