From 8d59893e9072f05e41a15e974f8c93115f16e46a Mon Sep 17 00:00:00 2001 From: Georg Ehrke Date: Thu, 4 Jul 2013 10:32:26 +0200 Subject: [PATCH] fix position of 'user shared the folder foldername with you' label --- apps/files_sharing/css/public.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 71133145c8..b6511cb57c 100644 --- a/apps/files_sharing/css/public.css +++ b/apps/files_sharing/css/public.css @@ -23,13 +23,17 @@ body { #public_upload, #download { font-weight:700; - margin: 0 0.4em 0 2em; + margin: 0 0.4em 0 0; padding: 0 5px; height: 27px; float: left; } +.header-right #details { + margin-right: 2em; +} + #public_upload { margin-left: 0.3em; }