From beb795e3b34a5686b7c8b0e0058dfed51d459bf4 Mon Sep 17 00:00:00 2001
From: Pablo Cuadrado <pablocuadrado@gmail.com>
Date: Fri, 11 Jul 2014 11:01:42 -0300
Subject: [PATCH] elements are centered within the grid

---
 app/views/profiles/edit.haml               | 5 +++--
 app/views/users/edit.html.haml             | 5 +++--
 app/views/users/privacy_settings.html.haml | 5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/app/views/profiles/edit.haml b/app/views/profiles/edit.haml
index 2bd9b7c9c0..62f3050fcd 100644
--- a/app/views/profiles/edit.haml
+++ b/app/views/profiles/edit.haml
@@ -14,11 +14,12 @@
 
 .container
   .row-fluid
-    .span7
+    .span3
+    .span6
       - 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}
-    .span5
+    .span3
 
diff --git a/app/views/users/edit.html.haml b/app/views/users/edit.html.haml
index 093e994147..64b7cd5f11 100644
--- a/app/views/users/edit.html.haml
+++ b/app/views/users/edit.html.haml
@@ -16,7 +16,8 @@
         = render 'shared/settings_nav'
 
   .row-fluid
-    .span7
+    .span3
+    .span6
       .row-fluid
         .span6
           %h3
@@ -222,4 +223,4 @@
                     %p
                       = f.submit t('.close_account_text'), :class => "btn btn-danger", :id => "close_account_confirm", :data => { :confirm => t('are_you_sure_delete_account') }
 
-    .span5
+    .span3
diff --git a/app/views/users/privacy_settings.html.haml b/app/views/users/privacy_settings.html.haml
index b163e3057b..9ed9c8d0d5 100644
--- a/app/views/users/privacy_settings.html.haml
+++ b/app/views/users/privacy_settings.html.haml
@@ -16,7 +16,8 @@
         = render 'shared/settings_nav'
 
   .row-fluid
-    .span7
+    .span3
+    .span5
       %h3
         = t('.ignored_users')
 
@@ -26,4 +27,4 @@
         = link_to t('.stop_ignoring'), block_path(block),
           :method => :delete
         %br
-    .span5
+    .span3
-- 
GitLab