From 0efceeba36ba965a0c9e652a244bd75636b287e5 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Wed, 11 Nov 2009 17:19:10 +0100 Subject: [PATCH] More CSS cleanup. Also rotate labels in left column by 90 degrees. --- kronolith/js/kronolith.js | 2 +- kronolith/templates/index/agenda.inc | 4 +- kronolith/templates/index/day.inc | 16 +++--- kronolith/templates/index/month.inc | 2 +- kronolith/templates/index/tasks.inc | 4 +- kronolith/templates/index/week.inc | 16 +++--- kronolith/themes/ie7.css | 3 + kronolith/themes/ie8.css | 3 + kronolith/themes/screen.css | 103 +++++++++++++++++++++-------------- 9 files changed, 89 insertions(+), 64 deletions(-) create mode 100644 kronolith/themes/ie8.css diff --git a/kronolith/js/kronolith.js b/kronolith/js/kronolith.js index c024cdbe2..e3b52c02c 100644 --- a/kronolith/js/kronolith.js +++ b/kronolith/js/kronolith.js @@ -1071,7 +1071,7 @@ KronolithCore = { if (event.value.al) { if (view == 'day') { - $('kronolithViewDayBody').down('.kronolithAllDayContainer').insert(div.setStyle(style)); + $('kronolithViewDay').down('.kronolithAllDayContainer').insert(div.setStyle(style)); } else { $('kronolithAllDay' + date).insert(div.setStyle(style)); } diff --git a/kronolith/templates/index/agenda.inc b/kronolith/templates/index/agenda.inc index 8fb3bee14..f36218ce8 100644 --- a/kronolith/templates/index/agenda.inc +++ b/kronolith/templates/index/agenda.inc @@ -1,4 +1,4 @@ -