From 1fb537b76c172aa89a2460a282b01af23a9a1a0f Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Mon, 18 Jan 2010 18:35:19 +0100 Subject: [PATCH] Center-align dates too, now that the picker icon is outside the box. --- kronolith/themes/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/themes/screen.css b/kronolith/themes/screen.css index 6b0b5c8fa..80fb937b4 100644 --- a/kronolith/themes/screen.css +++ b/kronolith/themes/screen.css @@ -663,7 +663,7 @@ div.kronolithFormActions { margin: 5px 0; } -#kronolithEventStartTime, #kronolithEventEndTime, #kronolithTaskDueTime, .kronolithEventValue { +#kronolithEventStartDate, #kronolithEventStartTime, #kronolithEventEndDate, #kronolithEventEndTime, #kronolithTaskDueDate, #kronolithTaskDueTime, .kronolithEventValue { text-align: center; } #kronolithEventLocation { -- 2.11.0