From 0b6ebd4868179785b1f74223d81c8eadaa0ec87e Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 7 Apr 2015 13:15:33 +0000 Subject: [PATCH] Fix freetime button overlaps duration time field --- calendar/templates/default/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index ca266d9d23..487b49a6bc 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -675,4 +675,8 @@ img.calendar_print_button, img.calendar_print_appicon { .calendar_favorite_portlet .calendar_calDayColHeader a img, .calendar_favorite_portlet .calendar_plannerScale a img{ display: none; +} + +#calendar-edit select#calendar-edit_duration { + width: 133px; } \ No newline at end of file