From e7c6f7bfc3312c98e2c86de5b1b9fd12a68f812f Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Tue, 8 Jun 2010 16:43:19 +0200 Subject: [PATCH] make tabmail not jump with different icon heights --- LCARStrek/messenger/threadPane.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCARStrek/messenger/threadPane.css b/LCARStrek/messenger/threadPane.css index a511910b..f58462d6 100644 --- a/LCARStrek/messenger/threadPane.css +++ b/LCARStrek/messenger/threadPane.css @@ -208,9 +208,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