fix for calendar rendering problems.

This commit is contained in:
Naomi 2011-01-31 13:50:37 -05:00
parent 24da57ae4f
commit 8d3482b851
5 changed files with 14 additions and 14 deletions

View file

@ -1,4 +1,4 @@
<div id='schedule_calendar' class="ui-widget-content block-shadow omega-block padded fc"></div>
<div id='schedule_calendar' class="ui-widget-content block-shadow padded"></div>
<ul id="schedule_event_default_menu" class="contextMenu">
<?php echo $this->partialLoop('library/contextMenuPartial.phtml', $this->eventDefaultMenu) ?>