summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-03-14 22:50:32 -0600
committerMorris Jobke <hey@morrisjobke.de>2017-03-14 22:52:28 -0600
commit13aae43d89389d19b750ff036294e5c2e61f9d8d (patch)
tree24b05aea18bfd90644b38335d97c4d40aae6cacd /apps
parentbe45d6aac9e02890fd162bd2fca4239c4e39bd06 (diff)
downloadnextcloud-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.css8
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 {