diff --git a/app/views/conversations/index.haml b/app/views/conversations/index.haml index 7151bbcab..dd2127274 100644 --- a/app/views/conversations/index.haml +++ b/app/views/conversations/index.haml @@ -9,9 +9,6 @@ - content_for :page_title do = t('.message_inbox') -:css - footer{ display:none;} - .container-fluid.conversations_container .row-fluid .span4 diff --git a/app/views/conversations/new.haml b/app/views/conversations/new.haml index 1458abdbc..f15cf2818 100644 --- a/app/views/conversations/new.haml +++ b/app/views/conversations/new.haml @@ -26,7 +26,7 @@ autocompleteInput.focus(); }); -#new_message_pane +.span6#new_message_pane .span5#facebox_header %h3 = t('conversations.index.new_message')