From 409434dc3999eeeef21f8bc71931259f243b239a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 2 Dec 2009 11:47:43 -0700 Subject: [PATCH] Remove extra spacing for message log/attachment expand icon --- imp/themes/screen-dimp.css | 2 ++ 1 file changed, 2 insertions(+) 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"); -- 2.11.0