From 1ee9b667d028c54e05e08a8d2b6824a3d0bebb0c Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Sun, 8 Mar 2015 08:56:41 -0400 Subject: [PATCH] Scale the columns of Recent Games. --- xonstat/templates/main_index.mako | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/xonstat/templates/main_index.mako b/xonstat/templates/main_index.mako index 6eba550..01458ca 100644 --- a/xonstat/templates/main_index.mako +++ b/xonstat/templates/main_index.mako @@ -166,7 +166,9 @@
-
*Most active stats are from the past 7 days
+
+ *Most active stats are from the past 7 days +
@@ -174,27 +176,27 @@ % if len(recent_games) > 0:
-

Recent Games

+
Recent Games
- - - - - - + + + + + + % for rg in recent_games: - - - - - - + + + + + % else: @@ -204,7 +206,6 @@ % endfor
TypeServerMapTimeWinnerTypeServerMapTimeWinner
view${rg.server_name}${rg.map_name}${rg.fuzzy_date} + view${rg.server_name}${rg.map_name}${rg.fuzzy_date} % if rg.player_id > 2: ${rg.nick_html_colors|n}
-

More...

% endif -- 2.39.2