From 34d4f1624ed38bde3f01ba367e7269b76c5e925f Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Mon, 23 Feb 2015 14:44:05 +0100 Subject: [PATCH] fix alignment of buttons on profile page --- app/styles/app/pro.sass | 2 +- app/styles/app/profile.sass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/styles/app/pro.sass b/app/styles/app/pro.sass index cd9105cc..f09111be 100644 --- a/app/styles/app/pro.sass +++ b/app/styles/app/pro.sass @@ -60,7 +60,7 @@ position: absolute display: block right: 0 - margin: -45px 40px 0 0 + margin: -54px 30px 0 0 padding-right: 25px &:before diff --git a/app/styles/app/profile.sass b/app/styles/app/profile.sass index 7545fcb7..8b6b5c30 100644 --- a/app/styles/app/profile.sass +++ b/app/styles/app/profile.sass @@ -50,4 +50,4 @@ .sync_now float: right - margin-top: -3px + margin-top: -6px