yourcelf / olwidget

Javascript library to replace textareas that contain WKT data with editable OpenLayers maps, and a django app using it for django forms and admin.
Other
91 stars 44 forks source link

Prefix all classes with olwidget #79

Closed dyve closed 12 years ago

dyve commented 12 years ago

Certain CSS classes have common names such as container, label etc. that can give major headaches when you insert olwidger into an existing project. I'd like to see olwidget use only classes that start with olwidget.

yourcelf commented 12 years ago

Thanks, fixed in latest master.