Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
134 stars 56 forks source link

Added compatibility with Purplemine theme #86

Open dmitriy-konovalov opened 3 years ago

dmitriy-konovalov commented 3 years ago

Default behavior is to show edit icon inside div.value that causes value element to grow. Purplemine theme (https://github.com/mrliptontea/PurpleMine2) has non-white background color set on div.value element. This leads to status text being visually not centered in colored rectangle box on issue page. This style makes i.dynamicEditIcon being rendered on the right of the div.value element for status field.