From: Jan Schneider Date: Wed, 27 May 2009 13:39:19 +0000 (+0200) Subject: Fix positioning if #kronolithMenu is not at the top of the page. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d8392927bddf4bb51473d0b72600c244a25bcca6;p=horde.git Fix positioning if #kronolithMenu is not at the top of the page. --- diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 85dbacd01..fc15eb781 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -527,9 +527,9 @@ body.kronolithAjax { #kronolithMenu { position: absolute; top: 10px; + bottom: 10px; left: 10px; width: 153px; - height: 100%; } #kronolithMenuCalendars { position: absolute; @@ -539,7 +539,7 @@ body.kronolithAjax { } #kronolithMenuBottom { position: absolute; - bottom: 10px; + bottom: 0; } #kronolithMenu h3 { position: relative;