Fix the width of the teams display so they are all consistent

This commit is contained in:
james 2006-01-03 01:50:23 +00:00
parent 0adc204a58
commit 8ae58b5957

View File

@ -312,12 +312,12 @@ function switchjudgeinfo()
{
echo "<hr>";
echo "<table>";
echo "<tr><td valign=top>";
echo "<table width=\"100%\">";
echo "<tr><td valign=top width=\"80\">";
echo "<input onclick=\"addbuttonclicked('".$team['num']."')\" type=\"button\" value=\"Add &gt;&gt;\">";
echo "</td><td>";
echo "<table>\n";
echo "<table width=\"100%\">\n";
echo "<tr><th colspan=\"2\" align=\"left\">#".$team['num'].": ";
echo $team['name'];
echo "</th></tr>\n";