From: Jan Schneider Date: Mon, 10 May 2010 16:03:02 +0000 (+0100) Subject: Make complete week/day view clickable to create new events. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=17cd3a792f480dc3e5f945527e0df715026beed4;p=horde.git Make complete week/day view clickable to create new events. --- 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 {