diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-17 21:46:07 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-11-17 21:46:07 +0100 |
commit | a32c7813263414c703b6652cc13993eaf564bf6e (patch) | |
tree | 9dc873e1f7710422820b2426cb8511ae64d41c2b /apps/files_sharing/css | |
parent | 9f5d019df9ec8f867cc2fa536da6d7b9915df84c (diff) | |
download | nextcloud-server-a32c7813263414c703b6652cc13993eaf564bf6e.tar.gz nextcloud-server-a32c7813263414c703b6652cc13993eaf564bf6e.zip |
use copy icon for local link rather than link icon to prevent confusion with sharing
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/sharetabview.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index 13152d5f7b5..6ac6dff0a66 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -17,7 +17,7 @@ .shareTabView .clipboardButton { position: absolute; right: -7px; - top: -3px; + top: -4px; padding: 14px; } |