TravisSpangle / redmine_spent_time_in_issue_description

Redmine Plugin that drops Time Entry data into the Issue Description
16 stars 16 forks source link

improve layout #24

Open mauro-miatello opened 9 years ago

mauro-miatello commented 9 years ago

I suggest to nowrap "spento on", "user" and "hours"

and order spent time by "spent on"

mauro-miatello commented 9 years ago

I've added to css this code:

/* Stili Tabella */
table.issue-spent-time-description { border-collapse: collapse; }
table.issue-spent-time-description tr td { border: 2px solid #ffffff; padding: 3px; }
table.issue-spent-time-description tr:nth-child(odd) td { background: #FFFFBD; }
table.issue-spent-time-description tr:nth-child(even) td { background: #FFFF79; }
table.issue-spent-time-description tr:hover td { background-color: #CCCCFF; }

/* Tengo il contenuto delle celle selezionate sulla stessa righa */
table.issue-spent-time-description tr td:nth-child(1),
table.issue-spent-time-description tr td:nth-child(2),
table.issue-spent-time-description tr td:nth-child(3),
table.issue-spent-time-description tr td:nth-child(6) { white-space: nowrap; }

it's an alpha version :)

mauro-miatello commented 9 years ago

can I change order? I'd like order by "spento_on" desc