diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-03-16 23:08:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 23:08:47 +0100 |
commit | 39afcbd49feb4ba333746762fe7c9d4701db9860 (patch) | |
tree | 0d9763b85712468bf2fb89c768eded5f02a4dec1 /apps/files_sharing | |
parent | c4fe36cc02da9aea95a5b72bebbb4c50719c690d (diff) | |
parent | 13aae43d89389d19b750ff036294e5c2e61f9d8d (diff) | |
download | nextcloud-server-39afcbd49feb4ba333746762fe7c9d4701db9860.tar.gz nextcloud-server-39afcbd49feb4ba333746762fe7c9d4701db9860.zip |
Merge pull request #3679 from nextcloud/socialsharing
Add social sharing
Diffstat (limited to 'apps/files_sharing')
-rw-r--r-- | apps/files_sharing/css/sharetabview.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index 4738f8b7802..6fd2b9b3165 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -21,6 +21,25 @@ padding: 14px; } +.shareTabView .linkMore { + position: absolute; + right: -7px; + top: -4px; + padding: 14px; +} + +/* fix the popup menu because the button is shifted and then the menu is not aligned */ +.shareTabView .popovermenu.socialSharingMenu { + right: -7px; +} + +.shareTabView .popovermenu .clipboardButton { + position: relative; + top: initial; + right: initial; + padding: 18px 0 18px 36px; +} + .shareTabView label { white-space: nowrap; } |