From 17cd3a792f480dc3e5f945527e0df715026beed4 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 10 May 2010 17:03:02 +0100 Subject: [PATCH] Make complete week/day view clickable to create new events. --- kronolith/templates/index/day.inc | 4 ++++ kronolith/templates/index/week.inc | 4 ++++ kronolith/themes/screen.css | 3 +++ 3 files changed, 11 insertions(+) diff --git a/kronolith/templates/index/day.inc b/kronolith/templates/index/day.inc index ee2a8858a..3dc69a9e9 100644 --- a/kronolith/templates/index/day.inc +++ b/kronolith/templates/index/day.inc @@ -32,6 +32,8 @@
+
+ @@ -43,6 +45,8 @@
+ +
diff --git a/kronolith/templates/index/week.inc b/kronolith/templates/index/week.inc index d634aec7a..b49b07622 100644 --- a/kronolith/templates/index/week.inc +++ b/kronolith/templates/index/week.inc @@ -47,6 +47,8 @@
+
+ @@ -72,6 +74,8 @@
+ + diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 3d8e2eb05..85d7463c9 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -1154,6 +1154,9 @@ table.kronolithView td.kronolithFirstCol { .kronolithViewBody table.kronolithView { margin-top: -2px; } +.kronolithViewBodyContainer { + position: relative; +} /* Main view month */ #kronolithViewMonthContainer { -- 2.11.0