From: Jan Schneider Date: Tue, 26 Oct 2010 22:51:45 +0000 (+0200) Subject: Simplify X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e7b9fc6901da8da89f464688558ab20a8e59c89a;p=horde.git Simplify --- diff --git a/kronolith/themes/ie7.css b/kronolith/themes/ie7.css index e36527416..a5e3fbd5f 100644 --- a/kronolith/themes/ie7.css +++ b/kronolith/themes/ie7.css @@ -3,7 +3,7 @@ } #kronolithViewMonth { width: 100%; - height: expression(document.body.clientHeight-53+'px'); + height: expression(kronolithBody.offsetHeight+'px'); } #kronolithViewMonthContainer { top: 45px;