Merge pull request #1788 from nextcloud/share-link-whitespace

add whitespace above share link so it's visually distinguished more
This commit is contained in:
Morris Jobke 2016-10-18 20:19:58 +02:00 committed by GitHub
commit 0c8bd9fa49
1 changed files with 4 additions and 0 deletions

View File

@ -96,6 +96,10 @@
position: absolute;
}
.linkShareView {
margin-top: 16px;
}
.shareTabView .linkPass .icon-loading-small {
margin-top: 9px;
}