albertopq / jquery_datepicker

Rails 3 plugin that allows you to select dates from a calendar
91 stars 60 forks source link

no stylesheet #21

Closed penchiang closed 12 years ago

penchiang commented 12 years ago

I tried your gem and it worked quite well for the regular and the nested forms. However, there is no stylesheet. So, the datepicker does not look good. What stylesheet should be used?

albertopq commented 12 years ago

Hi @penchiang ,

I've no added styles intentionally, so you can add your own one. Probably the easiest way is using the one themes provided by jQuery UI. You can download it on:

http://jqueryui.com/download

Let me know if you have any problems installing it.

Regards!