diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index e048b7564ac13a17272649e455ba471e650c0767..4190c43dd2fc4227b7df10e545dd2bd16b9306e4 100644
--- a/apps/files_sharing/css/sharetabview.css
+++ b/apps/files_sharing/css/sharetabview.css
@@ -57,6 +57,16 @@
 	vertical-align:text-bottom; /* properly align icons */
 }
 
+#shareWithList .sharingOptionsGroup .icon-more,
+#shareWithList .unshare .icon-delete {
+	vertical-align: sub;
+}
+
+#shareWithList .unshare .icon-delete {
+	padding-left: 15px;
+	padding-right: 15px;
+}
+
 #shareWithList label input[type=checkbox]{
 	margin-left: 0;
 	position: relative;
diff --git a/core/css/share.css b/core/css/share.css
index 40f00fde39f8efefd1bcfe5a6f5b9189962d50f1..6ccb82a09fff3fccfa10c163a365a8f4693bd8b8 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -69,7 +69,7 @@
 }
 
 #shareWithList .sharingOptionsGroup .popovermenu {
-	right: 12px;
+	right: 44px;
 }
 
 #shareWithList .shareOption {