Fix table size
authorx2003bruneau <x2003bruneau@9869982d-c50d-0410-be91-f2a2ec7c7c7b>
Sun, 16 Jul 2006 15:49:25 +0000 (15:49 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Fri, 4 Jan 2008 23:35:03 +0000 (00:35 +0100)
git-svn-id: svn+ssh://murphy/home/svn/banana/trunk@118 9869982d-c50d-0410-be91-f2a2ec7c7c7b

css/style.css

index 4afdc31..08491d3 100644 (file)
@@ -18,6 +18,7 @@ div.banana_menu { float: left; }
 
 /** GROUP LIST **/
 
+table.banana_group { width: 100%; }
 table.banana_group td.new { text-align: center; }
 table.banana_group td.all { text-align: center; }
 table.banana_group td.grp { text-align: left; }
@@ -25,6 +26,7 @@ table.banana_group td.dsc { text-align: left; }
 
 /** THREAD VIEW **/
 
+table.banana_thread { width: 100%; }
 table.banana_thread td {
     white-space: nowrap;
     height: 21px;
@@ -48,6 +50,7 @@ table.banana_thread td.subs { padding: 0%; }
 
 /** MESSAGE VIEW **/
 
+table.banana_msg { width: 100%; }
 table.banana_msg td.headers { width: 100%; }
 table.banana_msg .hdr { width: 15%; text-align: right; font-weight: bold; padding-right: 1em; }
 table.banana_msg td.xface { text-align: right; }