diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-18 19:43:18 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-10-18 19:43:18 +0200 |
commit | 9f2e370ed71c714ffeabc8e86dd4b4874e9e1c26 (patch) | |
tree | 1f37352b5fe56bf903c197244593643f57145112 | |
parent | 129fdf2e2ec8caedadf7896e3400213144c23a8e (diff) | |
download | nextcloud-server-9f2e370ed71c714ffeabc8e86dd4b4874e9e1c26.tar.gz nextcloud-server-9f2e370ed71c714ffeabc8e86dd4b4874e9e1c26.zip |
add whitespace above share link so it's visually distinguished more
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
-rw-r--r-- | apps/files_sharing/css/sharetabview.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index 4190c43dd2f..9592250a7a8 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -96,6 +96,10 @@ position: absolute; } +.linkShareView { + margin-top: 16px; +} + .shareTabView .linkPass .icon-loading-small { margin-top: 9px; } |