Mini slider overlaps input field and mini anchor button is shorter too.

Mini slider overlaps input field and mini anchor button is shorter too.

Hello all,

with jQuery Mobile 1.4.5 the Mini slider track overlaps the input field, see slider demo

To fix change jquery.mobile-1.4.5.css as follows:

.ui-slider-track.ui-mini {
    height: 12px;
    top: 8px;
    margin: 0px 15px 0px 68px;  /* add this line to file */
}

There is also an issue with the mini anchor button being slightly shorter than other buttons but I haven't had the time to figure that one out.

Regards,
Denes.