Fix positioning if #kronolithMenu is not at the top of the page.
authorJan Schneider <jan@horde.org>
Wed, 27 May 2009 13:39:19 +0000 (15:39 +0200)
committerJan Schneider <jan@horde.org>
Thu, 28 May 2009 12:47:12 +0000 (14:47 +0200)
kronolith/themes/screen.css

index 85dbacd..fc15eb7 100644 (file)
@@ -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;