diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-07-21 18:28:36 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-07-21 18:55:37 +0200 |
commit | b2b4691e480d358bd221281788f4f46ec0e4d018 (patch) | |
tree | c7324e47a16d48d32ef4c497e8188f95bbcafd2d /apps/files_sharing/css | |
parent | a33b6cdd21868abf026375503a4eb5a36684c8eb (diff) | |
download | nextcloud-server-b2b4691e480d358bd221281788f4f46ec0e4d018.tar.gz nextcloud-server-b2b4691e480d358bd221281788f4f46ec0e4d018.zip |
Add filename and sharer in public page
* shows the filename and sharer on the public page
* allows the user to identify, that this is a user page and not an official page of the Nextcloud hosting
* remove link on logo that redirects to login (fixes #5720)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/public.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index 9c8c4a66630..6d9fcf14efc 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -215,3 +215,13 @@ thead { max-width: 400px; text-align: left; } + +#header .header-shared-by { + display: inline-block; + color: $color-primary-text; + position: relative; + top: -10px; + font-weight: 300; + font-size: 12px; + margin-top: 10px; +} |