]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/templates/map_captimes.mako
Fixing issue with long player nicks, fixes #1313
[xonotic/xonstat.git] / xonstat / templates / map_captimes.mako
index 1591cc44baf5f0473be3c81c47b4f2864db4c830..caca88adf660683ab988ff7f22df4aaea644c25e 100644 (file)
@@ -29,7 +29,7 @@ Map captimes
         <tr>
           <td class="tdcenter"><a class="btn btn-primary btn-small" href="${request.route_url('game_info', id=ct.game_id)}" title="View detailed information about this game">view</a></td>
           <td>${ct.fastest_cap.total_seconds()} seconds</td>
-          <td><span class="nick">${ct.player_nick_html|n}</span></td>
+          <td class="player-nick"><span class="nick">${ct.player_nick_html|n}</span></td>
           <td><a href="${request.route_url('server_info', id=ct.server_id)}" title="Go to the detail page for this server">${ct.server_name}</a></td>
           <td><span class="abstime" data-epoch="${ct.create_dt_epoch}" title="${ct.create_dt.strftime('%a, %d %b %Y %H:%M:%S UTC')}">${ct.create_dt_fuzzy}</span></td>
       % endfor