From 35b995f512957892ed10e668f05639a9eabb747a Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Mon, 10 Jul 2006 09:05:15 +0000 Subject: [PATCH] Force row height to fit tree images size git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@74 9869982d-c50d-0410-be91-f2a2ec7c7c7b --- Changelog | 4 ++++ css/style.css | 17 ++++++++++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index bbfb9f2..e4cfa90 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +Mon, 10 Jul 2006 Florent Bruneau + * Use dynamic links from tree images + * Bugfix: force spool rows height + Sun, 09 Jul 2006 Florent Bruneau * Can use a user-defined Array instead of $_GET diff --git a/css/style.css b/css/style.css index 7535dd0..50a0761 100644 --- a/css/style.css +++ b/css/style.css @@ -6,7 +6,10 @@ * Copyright: See COPYING files that comes with this distribution ********************************************************************************/ -div.banana_scuts { text-align: left; padding: 0.5em 0em; } +div.banana_scuts { + text-align: left; + padding: 0.5em 0em; +} /** GROUP LIST **/ @@ -17,7 +20,15 @@ table.banana_group td.dsc { text-align: left; } /** THREAD VIEW **/ -table.banana_thread td { white-space: nowrap; height: 100%; vertical-align: middle; } +table.banana_thread td { + white-space: nowrap; + height: 21; + vertical-align: middle; + padding-top: 0; + margin-top: 0; + padding-bottom: 0; + margin-bottom: 0; +} table.banana_thread tr.new { font-weight: bold; } @@ -26,7 +37,7 @@ table.banana_thread td.subj { text-align: left; overflow: hidden; } table.banana_thread td.from { text-align: left; } table.banana_thread div.tree { float: left; padding-right: 0.3em; } -table.banana_thread span.cur { font-style: italic; font-size: 90%; } +table.banana_thread span.cur { font-style: italic; } /** MESSAGE VIEW **/ -- 2.1.4