summaryrefslogtreecommitdiff
path: root/jfr_playoff/template.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2019-01-25 23:33:21 +0100
committeremkael <emkael@tlen.pl>2019-01-25 23:33:21 +0100
commit11681524c04aaaabd06994386b1cbd80080e5fc4 (patch)
treecb3ea12f3f0949561c05ca2117ee953d97d080a6 /jfr_playoff/template.py
parentccfc3167131ae15751a793a04faab0c88cae4885 (diff)
Style corrections for finishing positions with tooltips
Diffstat (limited to 'jfr_playoff/template.py')
-rw-r--r--jfr_playoff/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jfr_playoff/template.py b/jfr_playoff/template.py
index fdfc107..c6995e3 100644
--- a/jfr_playoff/template.py
+++ b/jfr_playoff/template.py
@@ -111,7 +111,7 @@ class PlayoffTemplateStrings(object):
<table border="0" cellspacing="0">
<tr>
<td class="bdc12" width="20">
- <a onmouseover="Tip('%s')" onmouseout="UnTip()">%d</a>
+ <a onmouseover="Tip('%s')" onmouseout="UnTip()" style="width: 100%%; display: inline-block; cursor: pointer">%d</a>
</td>
</tr>
</table>