diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-10-18 20:19:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-18 20:19:58 +0200 |
commit | 0c8bd9fa4937201dc6b8b70ea0f4af26721e1cc6 (patch) | |
tree | 3367302292c5ffc127d44c67b0fae25a2777dfa7 /apps | |
parent | b8eea5fcab428939463c605bebebb602b732d121 (diff) | |
parent | 9f2e370ed71c714ffeabc8e86dd4b4874e9e1c26 (diff) | |
download | nextcloud-server-0c8bd9fa4937201dc6b8b70ea0f4af26721e1cc6.tar.gz nextcloud-server-0c8bd9fa4937201dc6b8b70ea0f4af26721e1cc6.zip |
Merge pull request #1788 from nextcloud/share-link-whitespace
add whitespace above share link so it's visually distinguished more
Diffstat (limited to 'apps')
-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; } |