From: Michael M Slusarz Date: Wed, 2 Dec 2009 18:47:43 +0000 (-0700) Subject: Remove extra spacing for message log/attachment expand icon X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=409434dc3999eeeef21f8bc71931259f243b239a;p=horde.git Remove extra spacing for message log/attachment expand icon --- diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index f8229ffeb..0d4cf17fc 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -1025,10 +1025,12 @@ div.msgSubject span.treeImg { #th_expand span.iconImg, #partlist_col, #msgloglist_col { background-image: url("graphics/arrow_collapsed.png"); cursor: pointer; + margin-right: 0; } #th_collapse span.iconImg, #partlist_exp, #msgloglist_exp { background-image: url("graphics/arrow_expanded.png"); cursor: pointer; + margin-right: 0; } #msg_view_source span.iconImg { background-image: url("graphics/message_source.png");