diff options
author | emkael <emkael@tlen.pl> | 2019-01-25 23:33:21 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-01-25 23:33:21 +0100 |
commit | 11681524c04aaaabd06994386b1cbd80080e5fc4 (patch) | |
tree | cb3ea12f3f0949561c05ca2117ee953d97d080a6 /jfr_playoff | |
parent | ccfc3167131ae15751a793a04faab0c88cae4885 (diff) |
Style corrections for finishing positions with tooltips
Diffstat (limited to 'jfr_playoff')
-rw-r--r-- | jfr_playoff/template.py | 2 |
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> |