From: Michael M Slusarz Date: Mon, 10 Aug 2009 16:02:13 +0000 (-0600) Subject: Fix thread image positioning in DIMP X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e134a1019335dae27733544445e7cbb05172f1e6;p=horde.git Fix thread image positioning in DIMP --- diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index a201a11a5..e6eb86175 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -984,7 +984,7 @@ div.vpRow div.msgSubject span.flagUser { } /* Thread images */ -span.threadImg { +div.msgSubject span.treeImg { margin-top: -4px; margin-right: 1px; }