jquery-mobile-datepicker-wrapper
jquery-mobile-datepicker-wrapper copied to clipboard
Inline datepicker should follow styling of inputs inside fieldcontain
The inline datepicker doesn't change it's styling when inside fieldcontain.
I've attempted to fix the styling a bit http://jsbin.com/uzaret/1300/edit
.ui-field-contain > div.hasDatepicker {
margin: 8px 0;
}
@media (min-width: 28em) {
.ui-field-contain > div.hasDatepicker {
margin: 8px 0 8px 22%;
}
div.hasDatepicker + label
{
clear: left;
}
}
yes this is indeed a bug ill need to look into it a bit but the idea here is correct