From a5d84b74d06e34a5b4eb8a420a38aac4efb78516 Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Wed, 27 Feb 2013 11:30:33 +0100
Subject: [PATCH] properly align triangle and unshare icons to text, also fixes
 line hopping

---
 core/css/share.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/core/css/share.css b/core/css/share.css
index 6433d60ca7..2480a571ae 100644
--- a/core/css/share.css
+++ b/core/css/share.css
@@ -32,6 +32,11 @@
  #shareWithList .cruds {
 	 margin-left:-10px;
  }
+
+#shareWithList .unshare img, #shareWithList .showCruds img {
+	vertical-align:text-bottom; /* properly align icons */
+}
+
  #dropdown label {
  	font-weight:400;
  }
-- 
GitLab