From d8392927bddf4bb51473d0b72600c244a25bcca6 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 27 May 2009 15:39:19 +0200 Subject: [PATCH] Fix positioning if #kronolithMenu is not at the top of the page. --- kronolith/themes/screen.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.11.0