ckan / ckanext-issues

CKAN Issues Extension
https://github.com/ckan/ideas-and-roadmap/issues/4
MIT License
14 stars 31 forks source link

Replace buttons with jQuery UI buttons #7

Closed seanh closed 13 years ago

seanh commented 13 years ago

Replaced 'Login to add todo items' button with a jQuery UI button (an HTML anchor link that has jQuery UI's .button() javascript method called on it).

Replaced 'Add a todo' button with a jQuery UI button

Replaced 'Add' button with a jQuery UI button

Replaced 'Mark as resolved' button with a jQuery UI button

Removed CSS classes .positive-button, .disabled-button, .negative-button, they're no longer used.