From aed7052a38df32f284f5cbabab5a99cfb3836804 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 3 Jan 2018 12:03:26 +0100 Subject: [PATCH] Use guest css on sharing authentication page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files_sharing/css/authenticate.css | 1 + apps/files_sharing/templates/authenticate.php | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css index 9b2d676928..7f83e0b41e 100644 --- a/apps/files_sharing/css/authenticate.css +++ b/apps/files_sharing/css/authenticate.css @@ -8,6 +8,7 @@ form fieldset { border-top-right-radius: 0; border-bottom-right-radius: 0; height: 45px; + box-sizing: border-box; flex: 1 1 auto; width: 100% !important; min-width: 0; /* FF hack for to override default value */ diff --git a/apps/files_sharing/templates/authenticate.php b/apps/files_sharing/templates/authenticate.php index 20e200ef1c..6f270c2851 100644 --- a/apps/files_sharing/templates/authenticate.php +++ b/apps/files_sharing/templates/authenticate.php @@ -1,6 +1,7 @@