diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-09-26 17:12:24 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-11-01 11:52:58 +0100 |
commit | f2fadf677c995a56d435708184f3bd3e8c8b620a (patch) | |
tree | f484953d241733ba720f7c34576eeebd6bc6d52f /apps | |
parent | 9f4cd52a970cdbb5f10f872e54b92a41f184b445 (diff) | |
download | nextcloud-server-f2fadf677c995a56d435708184f3bd3e8c8b620a.tar.gz nextcloud-server-f2fadf677c995a56d435708184f3bd3e8c8b620a.zip |
Adjust prominence of shared-by info to not overpower file name
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/public.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss index 42013524ff7..a6b5b449e4b 100644 --- a/apps/files_sharing/css/public.scss +++ b/apps/files_sharing/css/public.scss @@ -225,6 +225,7 @@ thead { position: relative; top: -10px; font-weight: 300; - font-size: 12px; + font-size: 11px; + opacity: .57; margin-top: 10px; } |