From 52fef10beaa0374e2d49f5366fd3227ecb45a09f Mon Sep 17 00:00:00 2001 From: Pablo Cuadrado Date: Sun, 11 Jan 2015 12:05:33 -0300 Subject: [PATCH] lame BR removed --- app/assets/stylesheets/aspects.scss | 4 ++++ app/views/aspects/new.haml | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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'