lame BR removed

This commit is contained in:
Pablo Cuadrado 2015-01-11 12:05:33 -03:00 committed by Steffen van Bergerem
parent 75480c5454
commit 52fef10bea
2 changed files with 4 additions and 2 deletions

View file

@ -47,4 +47,8 @@
label[for="aspect_chat_enabled"] { label[for="aspect_chat_enabled"] {
display: inline; display: inline;
} }
.bottom_submit_section {
padding-top: 20px;
}
} }

View file

@ -21,8 +21,6 @@
= aspect.check_box :contacts_visible, :checked => false, class: 'checkbox' = aspect.check_box :contacts_visible, :checked => false, class: 'checkbox'
= aspect.label :contacts_visible, t('aspects.edit.make_aspect_list_visible') = aspect.label :contacts_visible, t('aspects.edit.make_aspect_list_visible')
%br
.bottom_submit_section .bottom_submit_section
= submit_tag t('cancel'), :class => 'btn', :type => :reset, :rel => "close" = submit_tag t('cancel'), :class => 'btn', :type => :reset, :rel => "close"
= aspect.submit t('.create'), :class => 'btn creation' = aspect.submit t('.create'), :class => 'btn creation'