From 3a4d086ec1d1b6a89d0b0f8ed6018d2080ca9f82 Mon Sep 17 00:00:00 2001 From: Jason Oster Date: Thu, 14 May 2009 21:45:44 +0000 Subject: Fix table column spanning and HTML errors in week view --- templates/grey/day.tpl | 2 +- templates/grey/default.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/grey') diff --git a/templates/grey/day.tpl b/templates/grey/day.tpl index a1db506..c66d40f 100644 --- a/templates/grey/day.tpl +++ b/templates/grey/day.tpl @@ -24,7 +24,7 @@ - +
« diff --git a/templates/grey/default.css b/templates/grey/default.css index fd37358..af09e5c 100644 --- a/templates/grey/default.css +++ b/templates/grey/default.css @@ -71,6 +71,7 @@ table, td {font: 11px Verdana, Arial, sans-serif; color: #000;} .eventborder { background-image: url(images/day_title.gif); border: 1px #006699 solid; } .eventbg { background-color: #6699CC; } +.tfixed { table-layout: fixed; } .calborder { background-color: #fff; border: 1px #A1A5A9 solid; } .dateback { background-color: #eee; } .weekborder { border-top: 1px dashed #A1A5A9; border-right: 1px solid #A1A5A9; } -- cgit v1.2.3