From ba8a9a9cd2df12506365e9d280fc0e0261f766a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Sun, 22 Jan 2017 16:38:07 +0100 Subject: [PATCH] Login and authenticate inputs fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files_sharing/css/authenticate.css | 8 ++------ core/css/styles.scss | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css index 55a40cf508..16687916ac 100644 --- a/apps/files_sharing/css/authenticate.css +++ b/apps/files_sharing/css/authenticate.css @@ -9,12 +9,8 @@ input[type='submit'] { margin: 6px; } -#body-login input[type='submit'] { - position: absolute; - top: 0; - border: none; -} - fieldset > p { position: relative; + display: flex; + align-items: center; } diff --git a/core/css/styles.scss b/core/css/styles.scss index d5c70d4924..27ce681391 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -723,7 +723,7 @@ label.infield { #body-login input { font-size: 20px; margin: 5px; - padding: 11px 10px 9px; + padding: 10px 10px 8px; &[type='text'], &[type='password'] { width: calc(100% - 10px); /* 5px margin */ }