Fix positioning of events in day and week views.
authorJan Schneider <jan@horde.org>
Thu, 21 May 2009 15:18:22 +0000 (17:18 +0200)
committerJan Schneider <jan@horde.org>
Mon, 25 May 2009 15:00:21 +0000 (17:00 +0200)
kronolith/themes/screen.css

index 662e84a..4a929f7 100644 (file)
@@ -1034,16 +1034,19 @@ div.kronolithView div.kronolithViewBody div.kronolithRow {
 .kronolithViewHead td {
     height: 20px;
 }
-#kronolithEventsDay, #kronolithEventsWeek {
+#kronolithEventsDay {
     position: absolute;
-    top: 27px;
+    top: 23px;
     right: 5px;
     bottom: 3px;
     left: 25px;
 }
 #kronolithEventsWeek {
-    left: 23px;
+    position: absolute;
+    top: 47px;
     right: 3px;
+    bottom: 3px;
+    left: 23px;
 }
 .kronolithEventsWeek {
     position: relative;