From d2ac367371108957206188ff91306350f30512c4 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Tue, 21 Jan 2020 12:14:35 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fixed=20button=20style=20for=20s?= =?UTF-8?q?taff=20creation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no refs. - Fixed Create button being visually detached and incorrect size on the Create (staff) account screen --- ghost/admin/app/styles/layouts/flow.css | 5 +++++ ghost/admin/app/templates/signup.hbs | 12 +++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/ghost/admin/app/styles/layouts/flow.css b/ghost/admin/app/styles/layouts/flow.css index 4beb179211..f8656c8339 100644 --- a/ghost/admin/app/styles/layouts/flow.css +++ b/ghost/admin/app/styles/layouts/flow.css @@ -265,6 +265,11 @@ box-shadow: 0 20px 45px -10px rgba(0, 0, 0, 0.1); } +.gh-flow-create .gh-btn-create-account span { + height: 37px; + line-height: 37px; +} + .gh-flow-content .account-image { position: absolute; top: -50px; diff --git a/ghost/admin/app/templates/signup.hbs b/ghost/admin/app/templates/signup.hbs index bd233e39dd..77c7440703 100644 --- a/ghost/admin/app/templates/signup.hbs +++ b/ghost/admin/app/templates/signup.hbs @@ -71,16 +71,10 @@ - - + +

{{if this.flowErrors this.flowErrors}}