From 23a08c501ac5d0311507dc18630fad595b1d9728 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Thu, 29 Jun 2017 16:36:08 +0200 Subject: [PATCH] Move link share password box and button together Signed-off-by: Jan-Christoph Borchardt --- apps/files_sharing/css/authenticate.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/apps/files_sharing/css/authenticate.css b/apps/files_sharing/css/authenticate.css index 16687916ac..89bdafa773 100644 --- a/apps/files_sharing/css/authenticate.css +++ b/apps/files_sharing/css/authenticate.css @@ -1,12 +1,15 @@ #password { - padding: 10px; - margin: 6px; + margin-right: 0 !important; + border-top-right-radius: 0; + border-bottom-right-radius: 0; } input[type='submit'] { width: 45px; height: 45px; - margin: 6px; + margin-left: 0 !important; + border-top-left-radius: 0; + border-bottom-left-radius: 0; } fieldset > p {