From 2fd88896ddb08d3f53bedf5de73a3a9ee6537637 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 21 May 2009 17:18:22 +0200 Subject: [PATCH] Fix positioning of events in day and week views. --- kronolith/themes/screen.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 662e84a4f..4a929f739 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -1034,16 +1034,19 @@ div.kronolithView div.kronolithViewBody div.kronolithRow { .kronolithViewHead td { height: 20px; } -#kronolithEventsDay, #kronolithEventsWeek { +#kronolithEventsDay { position: absolute; - top: 27px; + top: 23px; right: 5px; bottom: 3px; left: 25px; } #kronolithEventsWeek { - left: 23px; + position: absolute; + top: 47px; right: 3px; + bottom: 3px; + left: 23px; } .kronolithEventsWeek { position: relative; -- 2.11.0