From 47c63e6a3e4626c1565be83f45bc5dab087f4c5e Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 17 Jan 2017 08:56:11 +0100 Subject: fix public sharing buttons Signed-off-by: Christoph Wurst --- apps/files_sharing/css/public.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apps/files_sharing/css/public.css') diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 70df204a696..9c8c4a66630 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -131,6 +131,9 @@ thead { #remote_address { width: 200px; + + margin-right: 4px; + height: 31px; } #save-button-confirm { @@ -138,8 +141,8 @@ thead { background-color: transparent; border: none; margin: 2px 4px !important; - right: 4px; - box-shadow: none; + right: 7px; + top: -8px; height: 30px; } -- cgit v1.2.3