diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-07-04 11:03:42 -0700 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-07-04 11:03:42 -0700 |
commit | 47058b19043b8e8bb5e196e1e30e14cf9e9e2989 (patch) | |
tree | 9a43ac049a75d6acd709b1dc5f13cedf2568cc1c | |
parent | f67fc78531a0180d3c60edb849b29ac744bacbaa (diff) | |
parent | 8d59893e9072f05e41a15e974f8c93115f16e46a (diff) | |
download | nextcloud-server-47058b19043b8e8bb5e196e1e30e14cf9e9e2989.tar.gz nextcloud-server-47058b19043b8e8bb5e196e1e30e14cf9e9e2989.zip |
Merge pull request #3932 from owncloud/fix_label_position
fix position of 'user shared the folder foldername with you' label
-rw-r--r-- | apps/files_sharing/css/public.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css index 71133145c87..b6511cb57cc 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; } |