added row break class to datepicker with multiple calendars. we can delete this later if needed; just want to make sure a fix is in place before the next release.

This commit is contained in:
Maggie Costello Wachs
2009-01-28 16:20:19 +00:00
parent 10232000d6
commit 7080e7ce02
2 changed files with 95 additions and 74 deletions

View File

@@ -33,6 +33,7 @@
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:left; width:100%; }
/* RTL support */
.ui-datepicker-rtl { direction: rtl; }