Remove extra spacing for message log/attachment expand icon
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 2 Dec 2009 18:47:43 +0000 (11:47 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 3 Dec 2009 17:51:06 +0000 (10:51 -0700)
imp/themes/screen-dimp.css

index f8229ff..0d4cf17 100644 (file)
@@ -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");