diff options
author | Georg Ehrke <developer@georgehrke.com> | 2013-07-04 10:32:26 +0200 |
---|---|---|
committer | Georg Ehrke <developer@georgehrke.com> | 2013-07-04 10:32:26 +0200 |
commit | 8d59893e9072f05e41a15e974f8c93115f16e46a (patch) | |
tree | a6f05cad54db951e41daa48bb5ddfef0c982ebe2 /apps/files_sharing | |
parent | 3c1308fb6d378f11d58a483d2f1ad2aed221318f (diff) | |
download | nextcloud-server-8d59893e9072f05e41a15e974f8c93115f16e46a.tar.gz nextcloud-server-8d59893e9072f05e41a15e974f8c93115f16e46a.zip |
fix position of 'user shared the folder foldername with you' label
Diffstat (limited to 'apps/files_sharing')
-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; } |