diff --git a/customize.dist/src/less2/include/forms.less b/customize.dist/src/less2/include/forms.less index a438e9890..cad9427de 100644 --- a/customize.dist/src/less2/include/forms.less +++ b/customize.dist/src/less2/include/forms.less @@ -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; } diff --git a/www/register/main.js b/www/register/main.js index d83b618bb..6086ac514 100644 --- a/www/register/main.js +++ b/www/register/main.js @@ -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');