From 3c2ccb6a13ae0a2417b27d166d4687fda6820819 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 21 Jun 2010 10:51:53 +0200 Subject: [PATCH] Force height. --- kronolith/themes/ie7.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kronolith/themes/ie7.css b/kronolith/themes/ie7.css index bf8dd63e5..67c309c77 100644 --- a/kronolith/themes/ie7.css +++ b/kronolith/themes/ie7.css @@ -26,6 +26,10 @@ table.kronolithView td.kronolithFirstCol { #kronolithViewDay .kronolithViewHead { margin: 0; } +.kronolithEventsWeek { + height: 100%; + expression(kronolithEventsWeek.offsetHeight+'px'); +} .kronolithViewBody { top: 133px; } -- 2.11.0