summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/css/sharetabview.css19
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;
}