From aacce213b35d69653b0cf17654d827d74c1636fb Mon Sep 17 00:00:00 2001 From: Carlos Oliveira Date: Wed, 21 Oct 2015 11:49:58 -0200 Subject: [PATCH] Back to profile button in Edit profile page --- colab/accounts/templates/accounts/user_update_form.html | 7 +++++-- colab/static/css/screen.css | 7 +++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/colab/accounts/templates/accounts/user_update_form.html b/colab/accounts/templates/accounts/user_update_form.html index 595e245..7eb0e94 100644 --- a/colab/accounts/templates/accounts/user_update_form.html +++ b/colab/accounts/templates/accounts/user_update_form.html @@ -192,8 +192,11 @@ $(function() {
-
- +
+
diff --git a/colab/static/css/screen.css b/colab/static/css/screen.css index a9c76b1..75cb4c0 100644 --- a/colab/static/css/screen.css +++ b/colab/static/css/screen.css @@ -115,10 +115,9 @@ form.signup .form-group { margin-left: 0.5em; } -div.submit { - margin: auto; - margin-bottom: 2em; - width: 200px; +div.links-group { + text-align: center; + margin-bottom: 20px; } .checkbox ul { -- libgit2 0.21.2