diff --git a/app/views/profiles/edit.haml b/app/views/profiles/edit.haml index 6ba66c3d4..8e0cf9c96 100644 --- a/app/views/profiles/edit.haml +++ b/app/views/profiles/edit.haml @@ -14,10 +14,11 @@ .container .row-fluid - .span12 - - content_for :submit_block do - = link_to t('cancel'), local_or_remote_person_path(current_user.person), :class => "btn" - = submit_tag t('.update_profile'), :class => "creation", :id => "update_profile", :class => "btn" - = render :partial => 'edit', :locals => {:person => @person, - :profile => @profile, :aspect => @aspect, :step => @step} + .span8 + - content_for :submit_block do + = link_to t('cancel'), local_or_remote_person_path(current_user.person), :class => "btn" + = submit_tag t('.update_profile'), :class => "creation", :id => "update_profile", :class => "btn" + = render :partial => 'edit', :locals => {:person => @person, + :profile => @profile, :aspect => @aspect, :step => @step} + .span4 diff --git a/app/views/services/index.html.haml b/app/views/services/index.html.haml index 73b583152..ccb0c3bf3 100644 --- a/app/views/services/index.html.haml +++ b/app/views/services/index.html.haml @@ -9,7 +9,7 @@ .container .row-fluid - .span-12 + .span12 #section_header %h2 = t('settings') diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml index dfa0e1376..a95f6a862 100644 --- a/app/views/users/edit.html.haml +++ b/app/views/users/edit.html.haml @@ -16,7 +16,7 @@ = render 'shared/settings_nav' .row-fluid - .span-12 + .span8 .row-fluid .span6 %h3 @@ -221,3 +221,5 @@ = f.password_field :current_password, :id => :close_account_password %p = f.submit t('.close_account_text'), :class => "btn btn-danger", :id => "close_account_confirm", :data => { :confirm => t('are_you_sure_delete_account') } + + .span4 diff --git a/app/views/users/privacy_settings.html.haml b/app/views/users/privacy_settings.html.haml index ed11d577f..c38dd3bf3 100644 --- a/app/views/users/privacy_settings.html.haml +++ b/app/views/users/privacy_settings.html.haml @@ -9,13 +9,14 @@ .container .row-fluid - .span-12 + .span12 #section_header %h2 = t('privacy') = render 'shared/settings_nav' - .span-12 + .row-fluid + .span8 %h3 = t('.ignored_users') @@ -25,4 +26,4 @@ = link_to t('.stop_ignoring'), block_path(block), :method => :delete %br - + .span4