Project

General

Profile

Defect #41401 » 0001-Right-align-Hours-column-in-spent-time-details-table.patch

Go MAEDA, 2024-10-14 07:59

View differences:

app/assets/stylesheets/application.css
288 288
/***** Tables *****/
289 289
table.list, .table-list {
290 290
  font-size: 0.8125rem;
291
  font-variant-numeric: tabular-nums;
291 292
  border-top: 1px solid #d0d7de;
292 293
  border-bottom: 1px solid #d0d7de;
293 294
  border-collapse: collapse;
......
407 408

  
408 409
tr.time-entry { text-align: center; white-space: nowrap; }
409 410
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; }
410
td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
411
td.hours .hours-dec { font-size: 0.9em; }
411
table.time-entries td.hours { text-align: right; font-weight: bold; padding-right: 0.5em; }
412
table.time-entries td.hours .hours-dec { font-size: 0.9em; }
412 413

  
413 414
table.plugins td { vertical-align: middle; }
414 415
table.plugins td.configure { text-align: right; padding-right: 1em; }
(3-3/4)