Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-18 21:19:58 +0300
committerGitHub <noreply@github.com>2016-10-18 21:19:58 +0300
commit0c8bd9fa4937201dc6b8b70ea0f4af26721e1cc6 (patch)
tree3367302292c5ffc127d44c67b0fae25a2777dfa7 /apps
parentb8eea5fcab428939463c605bebebb602b732d121 (diff)
parent9f2e370ed71c714ffeabc8e86dd4b4874e9e1c26 (diff)
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.css4
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;
}