From 53e8cff40ccebaa711fa8aab6dc9af1eb4e5c3a1 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 1 Nov 2008 16:51:18 -0700 Subject: CLEANUP: cleaned up CSS a bit the bug where you couldn't click on the prev/next button shouldn't show up that often now, since that area is now a bit bigger, but the bug is still there... Signed-off-by: Arun Persaud --- include/functions.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index db7ccad..5c23958 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1052,22 +1052,22 @@ function format_score_table_html($score,$userid) if(sizeof($score)==0) return ""; - $output = "
\n\n \n"; + $output = "
\n
\n \n \n"; /* output header */ - $output.= " "; + $output.= " "; foreach($score[0]['players'] as $id=>$points) { $name = DB_get_name('userid',$id); /*TODO*/ $output.= ""; } - $output.="\n \n\n\n"; + $output.="\n \n \n \n"; $i=0; foreach($score as $game) { $i++; - $output.=" "; + $output.=" "; $userhash = DB_get_hash_from_gameid_and_userid($game['gameid'],$userid); /* create link to old games only if you are logged in and its your game*/ if(isset($_SESSION['id']) && $_SESSION['id']==$userid) @@ -1085,7 +1085,7 @@ function format_score_table_html($score,$userid) $output.="\n"; } - $output.="\n
No No ".substr($name,0,2)." P
P
\n"; + $output.=" \n\n\n"; return $output; } -- cgit v1.2.3-18-g5258