forked from science-ation/science-ation
Fix the width of the teams display so they are all consistent
This commit is contained in:
parent
0adc204a58
commit
8ae58b5957
@ -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 >>\">";
|
||||
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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user