upgradeya / redmine-contracts-with-time-tracking-plugin

A Redmine plugin that allows you to manage contracts and associate time-entries with those contracts.
35 stars 22 forks source link

css style issue #62

Closed archonwang closed 7 years ago

archonwang commented 7 years ago

@FireMartZ , I have met interesting issue about style with parent issue and subtask. I have checked the html code and found thechild in source code like this

<tr id="issue-2734" class="hascontextmenu odd issue tracker-5 status-2 priority-4 priority-high2 overdue child created-by-me assigned-to-me">

if I remove the overdue child it will display ok..... or it will be very messy like the following image image

archonwang commented 7 years ago

the code is here

<tr id="issue-5" class="hascontextmenu even issue tracker-3 status-1 priority-4 priority-high2 overdue child">
  </tr>

the correct code is

<tr id="issue-5" class="hascontextmenu even issue tracker-3 status-1 priority-4 priority-high2">
  </tr>
FireMartZ commented 7 years ago

@archonwang Thanks for pointing this out. I changed css to use less common tags in e4b9aa78616468904751bf9cb9f7d184cad88870

archonwang commented 7 years ago

@FireMartZ , you're welcome and I will test it tomorrow. Thanks.

archonwang commented 7 years ago

@FireMartZ , the issue has been fixed and I will close this issue. Thanks.

archonwang commented 7 years ago

@FireMartZ , the issue has been fixed and I will close this issue. Thanks.