From 3ef2be1a42d351acb77e8f0a00ffc36673b41b7c Mon Sep 17 00:00:00 2001 From: Barry Date: Sun, 6 Dec 2015 18:36:54 -0500 Subject: [PATCH] 0px bottom margin on panel --- app/styles/account/main-account-view.sass | 3 ++- app/templates/account/main-account-view.jade | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/styles/account/main-account-view.sass b/app/styles/account/main-account-view.sass index 207da8b8d..11d706c8c 100644 --- a/app/styles/account/main-account-view.sass +++ b/app/styles/account/main-account-view.sass @@ -6,7 +6,8 @@ width: 300px .panel background-color: rgba(240,229,199,0) - margin-bottom: 150px + margin-bottom: 0px + .panel-default box-shadow: none border: none diff --git a/app/templates/account/main-account-view.jade b/app/templates/account/main-account-view.jade index f2e95148f..3d3c49863 100644 --- a/app/templates/account/main-account-view.jade +++ b/app/templates/account/main-account-view.jade @@ -18,10 +18,10 @@ block content div.row #account-links a.btn.btn-lg.btn-primary(href="/account/settings", data-i18n="play.settings") + #account-links + a.btn.btn-lg.btn-primary(href="/account/subscription", data-i18n="account.subscription") div.row #account-links a.btn.btn-lg.btn-primary(href="/account/payments", data-i18n="account.payments") - div.col-md-4 #account-links - a.btn.btn-lg.btn-primary(href="/account/subscription", data-i18n="account.subscription") a.btn.btn-lg.btn-primary(href="/account/prepaid", data-i18n="account.prepaid_codes") Prepaid Codes