From 1bdb867564024f67c491ec0004cf06e8f7b3a2ea Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Fri, 8 Apr 2022 11:25:33 +0200 Subject: [PATCH] fix --- static/css/rowsandall2.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/static/css/rowsandall2.css b/static/css/rowsandall2.css index 926f970a..a157f4ae 100644 --- a/static/css/rowsandall2.css +++ b/static/css/rowsandall2.css @@ -378,14 +378,13 @@ th.rotate > div > span { } .divlines { - width: 50px; - height: 50px; - background-color: red; - /* Center vertically and horizontally */ - position: absolute; - top: 50%; - left: 50%; - margin: -25px 0 0 -25px; /* Apply negative top and left margins to truly center the element */ + display: block; + overflow-x: hidden; + border-width: 1px 0 0 0; + border-color: #333 #333 #333 #333; + border-style: solid; + padding: 0px; + margin: 0px; } .workoutcontainer {