diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-11-01 02:36:05 +0100 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-11-01 21:33:10 +0100 |
commit | 9dea41f8fee933f496a452efc10bcbac9d3b2df5 (patch) | |
tree | a5ee7afac0f5c129c3309c35269928f1a1c101cb /apps/files_sharing | |
parent | b23289da1a9c7a6be87d2e421a44199fc64a986c (diff) | |
download | nextcloud-server-9dea41f8fee933f496a452efc10bcbac9d3b2df5.tar.gz nextcloud-server-9dea41f8fee933f496a452efc10bcbac9d3b2df5.zip |
Fix wording, sort 'Add another link' to bottom so it does not confuse
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/css/sharetabview.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss index 8e770b9555f..0ca99ddc8f7 100644 --- a/apps/files_sharing/css/sharetabview.scss +++ b/apps/files_sharing/css/sharetabview.scss @@ -118,6 +118,11 @@ margin-bottom: 10px; } } + + /* Border above last entry '+ Add another share' to separate it from current link settings */ + .new-share { + border-top: 1px solid var(--color-border); + } } .linkPass .icon-loading-small { margin-right: 0px; |