diff --git a/calendar/inc/class.uicalendar.inc.php b/calendar/inc/class.uicalendar.inc.php index b5b3f13027..41796b4903 100755 --- a/calendar/inc/class.uicalendar.inc.php +++ b/calendar/inc/class.uicalendar.inc.php @@ -2700,8 +2700,8 @@ { $picture[] = Array( 'pict' => $GLOBALS['phpgw']->common->image('calendar','high'), - 'width' => 8, - 'height'=> 17, + 'width' => 16, + 'height'=> 16, 'title' => lang('high priority') ); } @@ -2709,8 +2709,8 @@ { $picture[] = Array( 'pict' => $GLOBALS['phpgw']->common->image('calendar','circle'), - 'width' => 5, - 'height'=> 7, + 'width' => 9, + 'height'=> 9, 'title' => lang('single event') ); } @@ -3022,7 +3022,7 @@ if ($day_params['new_event']) { $new_event_link = ' ' - . '' + . '' . ''; $day_number = ''.$day.''; }