lame BR removed
This commit is contained in:
parent
75480c5454
commit
52fef10bea
2 changed files with 4 additions and 2 deletions
|
|
@ -47,4 +47,8 @@
|
||||||
label[for="aspect_chat_enabled"] {
|
label[for="aspect_chat_enabled"] {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bottom_submit_section {
|
||||||
|
padding-top: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue