Make complete week/day view clickable to create new events.
authorJan Schneider <jan@horde.org>
Mon, 10 May 2010 16:03:02 +0000 (17:03 +0100)
committerJan Schneider <jan@horde.org>
Mon, 10 May 2010 16:10:55 +0000 (18:10 +0200)
kronolith/templates/index/day.inc
kronolith/templates/index/week.inc
kronolith/themes/screen.css

index ee2a885..3dc69a9 100644 (file)
@@ -32,6 +32,8 @@
 </div>
 
 <div class="kronolithViewBody">
+<div class="kronolithViewBodyContainer">
+
 <table class="kronolithView kronolithViewDay">
   <tbody id="kronolithViewDayBody">
     <?php for ($i = 0; $i < 24; $i++): ?>
@@ -43,6 +45,8 @@
   </tbody>
 </table>
 <div id="kronolithEventsDay"></div>
+
+</div>
 </div>
 
 </div>
index d634aec..b49b076 100644 (file)
@@ -47,6 +47,8 @@
 </div>
 
 <div class="kronolithViewBody">
+<div class="kronolithViewBodyContainer">
+
 <table class="kronolithView kronolithViewDay">
   <tbody id="kronolithViewWeekBody">
     <?php for ($i = 0; $i < 24; $i++): ?>
@@ -72,6 +74,8 @@
   <div class="kronolithEventsWeek"></div>
   <div class="kronolithEventsWeek"></div>
 </div>
+
+</div>
 </div>
 
 </div>
index 3d8e2eb..85d7463 100644 (file)
@@ -1154,6 +1154,9 @@ table.kronolithView td.kronolithFirstCol {
 .kronolithViewBody table.kronolithView {
     margin-top: -2px;
 }
+.kronolithViewBodyContainer {
+    position: relative;
+}
 
 /* Main view month */
 #kronolithViewMonthContainer {