From 96af627bb723e56341b2ac2d3cc97a7921e07e54 Mon Sep 17 00:00:00 2001
From: Christoph Wurst <christoph@winzerhof-wurst.at>
Date: Mon, 3 Oct 2016 09:35:54 +0200
Subject: [PATCH] fix sharing icon's alignment and add padding to the unshare
 icon

---
 apps/files_sharing/css/sharetabview.css | 10 ++++++++++
 core/css/share.css                      |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/apps/files_sharing/css/sharetabview.css b/apps/files_sharing/css/sharetabview.css
index e048b7564ac..4190c43dd2f 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 40f00fde39f..6ccb82a09ff 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -69,7 +69,7 @@
 }
 
 #shareWithList .sharingOptionsGroup .popovermenu {
-	right: 12px;
+	right: 44px;
 }
 
 #shareWithList .shareOption {
-- 
GitLab