Project

General

Profile

Feature #43615 » right-align-time-tracking-columns.patch

Go MAEDA, 2025-12-19 09:00

View differences:

app/assets/stylesheets/application.css
369 369
table.list td.icon {width: 100%;} /* Prevents border from disappearing due to inline-flex shrinking */
370 370
table.list td.id { width: 2%; text-align: center;}
371 371
table.list td.name, table.list td.description, table.list td.subject, table.list td.parent-subject, table.list td.comments, table.list td.roles, table.list td.attachments, table.list td.text,  table.list td.short_description {text-align: left;}
372
table.list td.estimated_hours, table.list td.total_estimated_hours, table.list td.estimated_remaining_hours, table.list td.spent_hours, table.list td.total_spent_hours {text-align: right;}
372 373

  
373 374
table.list td.attachments span.attachment-filename {display: block; height: 16px;}
374 375
table.list td.attachments span.attachment-filename a.icon-download {visibility: hidden;}
(2-2/2)