From 75ec1541e4df0e48e588412724856d7475fc9423 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 6 Oct 2016 19:08:32 +0200 Subject: [PATCH] fix log in button layout --- core/css/styles.css | 2 +- core/templates/login.php | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index 36a2e607441..ae1459af9d4 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -289,7 +289,7 @@ body { #body-login form { position: relative; width: 280px; - margin: 32px auto; + margin: 16px auto; padding: 0; } #body-login form fieldset { diff --git a/core/templates/login.php b/core/templates/login.php index 46e78576a1f..b6b42d3b65b 100644 --- a/core/templates/login.php +++ b/core/templates/login.php @@ -64,6 +64,9 @@ script('core', [ t('Wrong password.')); ?>

+ + +
@@ -75,8 +78,6 @@ script('core', [
- -