From: Jan-Christoph Borchardt Date: Wed, 27 Feb 2013 10:30:33 +0000 (+0100) Subject: properly align triangle and unshare icons to text, also fixes line hopping X-Git-Tag: v5.0.0RC1~26^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a5d84b74d06e34a5b4eb8a420a38aac4efb78516;p=nextcloud-server.git properly align triangle and unshare icons to text, also fixes line hopping --- diff --git a/core/css/share.css b/core/css/share.css index 6433d60ca7d..2480a571ae5 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; }