diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-03-14 22:50:32 -0600 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-03-14 22:52:28 -0600 |
commit | 13aae43d89389d19b750ff036294e5c2e61f9d8d (patch) | |
tree | 24b05aea18bfd90644b38335d97c4d40aae6cacd /apps | |
parent | be45d6aac9e02890fd162bd2fca4239c4e39bd06 (diff) | |
download | nextcloud-server-13aae43d89389d19b750ff036294e5c2e61f9d8d.tar.gz nextcloud-server-13aae43d89389d19b750ff036294e5c2e61f9d8d.zip |
Fix layout of sharing buttons
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_sharing/css/sharetabview.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css index 5896e18abad..6fd2b9b3165 100644 --- a/apps/files_sharing/css/sharetabview.css +++ b/apps/files_sharing/css/sharetabview.css @@ -28,8 +28,16 @@ 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 { |