Project

General

Profile

Feature #41475 » table-row-borders.patch

Go MAEDA, 2024-10-12 08:54

View differences:

app/assets/stylesheets/application.css
288 288
/***** Tables *****/
289 289
table.list, .table-list {
290 290
  font-size: 0.8125rem;
291
  border: 1px solid #d0d7de;
291
  border-top: 1px solid #d0d7de;
292
  border-bottom: 1px solid #d0d7de;
293
  border-spacing: 0;
294
  border-collapse: collapse;
292 295
  width: 100%;
293 296
  margin-bottom: 4px;
294
  border-radius: 3px;
295
  border-spacing: 0;
296
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
297 297
  overflow: hidden;
298 298
}
299 299
table.list th, .table-list-header { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; }
300 300
table.list th.whitespace-normal {white-space: normal;}
301
table.list td {text-align:center; vertical-align:middle; padding-right:10px;}
301
table.list td {text-align:center; vertical-align:middle; padding-top: 3px; padding-right: 10px; padding-bottom: 3px; border-top: 1px solid #d0d7de;}
302
table.list td.icon {width: 100%;} /* Prevents border from disappearing due to inline-flex shrinking */
302 303
table.list td.id { width: 2%; text-align: center;}
303 304
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;}
304 305

  
......
627 628
div.issue.overdue .due-date .value { color: #c22; }
628 629
body.controller-issues h2.inline-flex {padding-right: 0}
629 630

  
630
#issue_tree table.issues, #relations table.issues {border: 0; box-shadow: none;}
631
#issue_tree table.issues, #relations table.issues {border: 0;}
632
#issue_tree table.issues td, #relations table.issues td {border: 0;}
631 633
#issue_tree td.checkbox, #relations td.checkbox {display:none;}
632 634
#issue_tree td.buttons, #relations td.buttons {padding:0;}
633 635
#issue_tree .issues-stat, #relations .issues-stat {font-size: 93%}
(3-3/3)