DatePicker: how to change fixed width when inline?
I'm trying to use the date picker as an inline element. Works fine, except it always has set a fixed width, probably dynamically set during creation as an element style. Looks like that:
<div class="ui-datepicker-inline ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-datepicker-multi-3 ui-datepicker-multi" style="width: 51em;">
.....
</div>
Is there any way to manually change that (e.g. 100%), so it scales with it it's parent container?
Thanks,
Drakanor