summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-09-26 17:12:24 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-11-01 11:52:58 +0100
commitf2fadf677c995a56d435708184f3bd3e8c8b620a (patch)
treef484953d241733ba720f7c34576eeebd6bc6d52f /apps
parent9f4cd52a970cdbb5f10f872e54b92a41f184b445 (diff)
downloadnextcloud-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.scss3
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;
}