redmine_spent_time_in_issue_description icon indicating copy to clipboard operation
redmine_spent_time_in_issue_description copied to clipboard

improve layout

Open mauro-miatello opened this issue 10 years ago • 2 comments

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

and order spent time by "spent on"

mauro-miatello avatar May 09 '15 07:05 mauro-miatello

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 avatar May 16 '15 11:05 mauro-miatello

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

mauro-miatello avatar May 17 '15 09:05 mauro-miatello