From 3fcc352e759baefcbbce29d95bbcd3d3629824cf Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 8 Jun 2010 16:44:01 +0200 Subject: [PATCH] make tabmail not jump with different icon heights --- EarlyBlue/messenger/threadPane.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EarlyBlue/messenger/threadPane.css b/EarlyBlue/messenger/threadPane.css index 903f9ee0..a2293c25 100644 --- a/EarlyBlue/messenger/threadPane.css +++ b/EarlyBlue/messenger/threadPane.css @@ -204,9 +204,9 @@ treechildren::-moz-tree-image(junkStatusCol, notjunk) { /* ..... subject column and tab icons ..... */ .tabmail-tab[type="message"] .tab-icon { - margin-top: -4px; /* the message icons are only 14px high */ height: 14px; + margin-bottom: 2px; } .tabmail-tab[type="message"], -- 2.35.3