Force row height to fit tree images size
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Mon, 10 Jul 2006 09:05:15 +0000 (09:05 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:34:51 +0000 (00:34 +0100)
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@74 9869982d-c50d-0410-be91-f2a2ec7c7c7b

Changelog
css/style.css

index bbfb9f2..e4cfa90 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,7 @@
+Mon, 10 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
+       * Use dynamic links from tree images
+       * Bugfix: force spool rows height
+
 Sun, 09 Jul 2006                    Florent Bruneau <florent.bruneau@m4x.org>
 
        * Can use a user-defined Array instead of $_GET
index 7535dd0..50a0761 100644 (file)
@@ -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 **/