From b9b1b2f428d078f1dce69fae90dc994745214255 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Wed, 17 Jul 2019 13:04:56 +0200 Subject: [PATCH] removing non working tooltip on workout name in planned session view --- rowers/templates/plannedsessionview.html | 9 +++------ static/css/rowsandall2.css | 5 +++++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/rowers/templates/plannedsessionview.html b/rowers/templates/plannedsessionview.html index f5aa1c88..92fa1897 100644 --- a/rowers/templates/plannedsessionview.html +++ b/rowers/templates/plannedsessionview.html @@ -80,12 +80,9 @@ {{ workout.date|date:"Y-m-d" }} -
- - {{ workout.name }} - - {{ workout.notes }} -
+ + {{ workout.name }} + {{ workout.distance }}m {{ workout.duration |durationprint:"%H:%M:%S.%f" }} diff --git a/static/css/rowsandall2.css b/static/css/rowsandall2.css index 9dd82684..28aa8f1b 100644 --- a/static/css/rowsandall2.css +++ b/static/css/rowsandall2.css @@ -216,6 +216,11 @@ th.rotate > div > span { .tooltip { position: relative; display: inline-block; + color: #000; +} + +.tooltip a { + color: black; } .tooltip .tooltiptext {