Defect #41401 » right-align-hours.patch
app/assets/stylesheets/application.css | ||
---|---|---|
409 | 409 | |
410 | 410 |
tr.time-entry { text-align: center; white-space: nowrap; } |
411 | 411 |
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; } |
412 |
td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; } |
|
413 |
td.hours .hours-dec { font-size: 0.9em; } |
|
412 |
table.time-entries td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
|
|
413 |
table.time-entries td.hours .hours-dec { font-size: 0.9em; }
|
|
414 | 414 | |
415 | 415 |
table.plugins td { vertical-align: middle; } |
416 | 416 |
table.plugins td.configure { text-align: right; padding-right: 1em; } |