summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-01-24 16:27:51 +0100
committerMorris Jobke <hey@morrisjobke.de>2018-01-24 17:25:50 +0100
commit326af0c9c3747cafeba34bf3f063fb75a21c5e5e (patch)
treecb2033157547a6fb709f5aa2186c4c8784166cb2 /apps/files_sharing
parent52149d2c54646a0f0958d2029d06c7ad48765467 (diff)
downloadnextcloud-server-326af0c9c3747cafeba34bf3f063fb75a21c5e5e.tar.gz
nextcloud-server-326af0c9c3747cafeba34bf3f063fb75a21c5e5e.zip
Fix missing clipboard icon in shared links
The clipboard icon in shared links appears either directly on the link input field or, if any social sharing app is enabled, in a menu. The clipboard icon uses the same CSS rules as other icons (like the information icon) to be posioned on the end of the input field, and those rules have to be "cancelled" when the icon is shown in the menu. Fixes #7990 Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/css/sharetabview.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharetabview.scss b/apps/files_sharing/css/sharetabview.scss
index 6635546067b..f3bbd952c2d 100644
--- a/apps/files_sharing/css/sharetabview.scss
+++ b/apps/files_sharing/css/sharetabview.scss
@@ -14,6 +14,7 @@
}
.shareTabView .shareWithRemoteInfo,
+.shareTabView .clipboardButton,
.shareTabView .linkPass .icon-loading-small {
position: absolute;
right: -7px;
@@ -37,6 +38,7 @@
position: relative;
top: initial;
right: initial;
+ padding: 0;
}
.shareTabView label {