From 37875ae23f33b487bfb406c39400cea71dc1d662 Mon Sep 17 00:00:00 2001 From: Sem Date: Sat, 7 Jul 2012 05:52:48 +0200 Subject: Fixes #4008. Sets a vertical align for admin icons consistent with the text, and set it as before (baseline) for heads. --- views/default/css/admin.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/default/css/admin.php') diff --git a/views/default/css/admin.php b/views/default/css/admin.php index 0f5c1f677..aca8ee3de 100644 --- a/views/default/css/admin.php +++ b/views/default/css/admin.php @@ -1239,6 +1239,10 @@ a.elgg-widget-collapsed:before { height: 16px; display: inline-block; margin: 0 2px; + vertical-align: text-bottom; +} +.elgg-head .elgg-icon { + vertical-align: baseline; } .elgg-icon-delete:hover, .elgg-icon-delete-alt:hover { -- cgit v1.2.3