From ee270804cde1ca12289da84bea3f4dc2ba711ad5 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 19 Nov 2005 19:07:53 +0000 Subject: [PATCH] align todo-titles left --- calendar/templates/default/app.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 0613be10a5..34cd37e3b3 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -238,10 +238,12 @@ } .calDayTodos { width: 250px; - text-align: center; margin-left: 10px; border: 1px solid silver; } +.calDayTodosHeader { + text-align: center; +} /****************************************************** * CSS settings for the planner views (plannerWidget) *