elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

Update jquery.idealforms.css #129

Closed dorokhova closed 11 years ago

dorokhova commented 11 years ago

.ideal-check.checked was written two times whereas .ideal-radio.checked was missing. So I've fixed it. In min version it's ok

elclanrs commented 11 years ago

Well, jquery.idealforms.css shouldn't even be there, hasn't been updated in a while, my bad. I just removed it. All CSS is generated from LESS and minified into jquery.idealforms.min.css that comes bundled with the zip file. BTW, any CSS related pull requests/modifications should be done in the LESS files and then compiled.

dorokhova commented 11 years ago

Ah, I see! Thanks! I've just copied this css and jquery.idealforms.min.js files for my project and found it doesn't work. So next time will remember about less ))