Defect #29607 » 0001-Allow-line-break-of-project-column-im-time-entry-tab.patch
| public/stylesheets/application.css | ||
|---|---|---|
| 326 | 326 |
tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}
|
| 327 | 327 | |
| 328 | 328 |
tr.time-entry { text-align: center; white-space: nowrap; }
|
| 329 |
tr.time-entry td.issue, tr.time-entry td.comments, tr.time-entry td.subject, tr.time-entry td.activity { text-align: left; white-space: normal; }
|
|
| 329 |
tr.time-entry td.issue, tr.time-entry td.comments, tr.time-entry td.subject, tr.time-entry td.activity, tr.time-entry td.project { text-align: left; white-space: normal; }
|
|
| 330 | 330 |
td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
|
| 331 | 331 |
td.hours .hours-dec { font-size: 0.9em; }
|
| 332 | 332 | |