Hi,
In case the format of the Calendar embedded in the Scheduler is annoying anyone else (basically, the images for selecting and mouseover were too big for the day slots), just add this to the head of your page :
In case the format of the Calendar embedded in the Scheduler is annoying anyone else (basically, the images for selecting and mouseover were too big for the day slots), just add this to the head of your page :
<style type="text/css"> |
.RadCalendar_Web20 .rcMain .rcRow a |
{ |
line-height:34px !important; |
} |
</style> |