diff --git a/app/assets/stylesheets/aspects.scss b/app/assets/stylesheets/aspects.scss index 9ccbcfe8f..257c0dd15 100644 --- a/app/assets/stylesheets/aspects.scss +++ b/app/assets/stylesheets/aspects.scss @@ -47,4 +47,8 @@ label[for="aspect_chat_enabled"] { display: inline; } + + .bottom_submit_section { + padding-top: 20px; + } } diff --git a/app/views/aspects/new.haml b/app/views/aspects/new.haml index 4234603c6..af91de8ac 100644 --- a/app/views/aspects/new.haml +++ b/app/views/aspects/new.haml @@ -21,8 +21,6 @@ = aspect.check_box :contacts_visible, :checked => false, class: 'checkbox' = aspect.label :contacts_visible, t('aspects.edit.make_aspect_list_visible') - %br - .bottom_submit_section = submit_tag t('cancel'), :class => 'btn', :type => :reset, :rel => "close" = aspect.submit t('.create'), :class => 'btn creation'