From 9f2e370ed71c714ffeabc8e86dd4b4874e9e1c26 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Tue, 18 Oct 2016 19:43:18 +0200 Subject: [PATCH] add whitespace above share link so it's visually distinguished more Signed-off-by: Jan-Christoph Borchardt --- apps/files_sharing/css/sharetabview.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index 4190c43dd2..9592250a7a 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -96,6 +96,10 @@ position: absolute; } +.linkShareView { + margin-top: 16px; +} + .shareTabView .linkPass .icon-loading-small { margin-top: 9px; }