From 60e0da290c12813b72d857b23f0e5c49f94d0086 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 3 Jan 2022 08:14:18 +0100 Subject: [PATCH] playing with list workouts --- rowers/templates/list_workouts.html | 1 + static/css/rowsandall2.css | 2 ++ static/css/styles2.css | 4 ++++ 3 files changed, 7 insertions(+) diff --git a/rowers/templates/list_workouts.html b/rowers/templates/list_workouts.html index 690a7e50..6f981ec3 100644 --- a/rowers/templates/list_workouts.html +++ b/rowers/templates/list_workouts.html @@ -22,6 +22,7 @@ } div.columns { width: 100%; } div.columns div { width: 20%; padding: 10px; float: left; } + div.icondiv svg { height: 35px; } diff --git a/static/css/rowsandall2.css b/static/css/rowsandall2.css index fa84ba80..c4d36853 100644 --- a/static/css/rowsandall2.css +++ b/static/css/rowsandall2.css @@ -358,6 +358,8 @@ th.rotate > div > span { padding: 0px; margin: 0px; } + + .whiteborder { border: solid 2px #aaa; } diff --git a/static/css/styles2.css b/static/css/styles2.css index 5f615870..7b9809ce 100644 --- a/static/css/styles2.css +++ b/static/css/styles2.css @@ -625,6 +625,10 @@ } } +h3 a { + color: black; +} + @media only screen and (min-width: 450px) {