I figured it out. It was the font size that was throwing the whole thing off. I added this tag to correctly display the size I wanted:
#ui-datepicker-div { font-size: 12px; }
Works great if anyone else needs something like this
I figured it out. It was the font size that was throwing the whole thing off. I added this tag to correctly display the size I wanted:
#ui-datepicker-div { font-size: 12px; }
Works great if anyone else needs something like this