Fixed Elder name column width
authorAlan Jack Pippin <ajp@pippin.(none)>
Thu, 6 Sep 2007 02:33:14 +0000 (20:33 -0600)
committerAlan J. Pippin <ajp@pippins.net>
Thu, 6 Sep 2007 02:33:14 +0000 (20:33 -0600)
inc/class.eq.inc.php

index 427e95021e2a509bd8f0e9195c980b1611a4dd31..c4e73ef26180e8887470302d23fa9588f31f34d3 100644 (file)
@@ -1116,7 +1116,7 @@ class eq
          $i++;
        }
       
-      $elder_width=300; $willing_width=40; $assignment_width=50;
+      $elder_width=230; $willing_width=40; $assignment_width=50;
       $total_width=$elder_width+$willing_width;
       
       for ($i=0; $i < count($assignment_list); $i++) {