Defect #42773 » Fix-unintended-style-collapse-in-project-and-issue-lists.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 364 | 364 |
table.list tr.overdue td.due_date { color: #c22; }
|
| 365 | 365 |
table.list thead.related-issues th { background-color: inherit; font-size: 11px; border: none; }
|
| 366 | 366 |
#role-permissions-trackers table.list th {white-space:normal;}
|
| 367 |
table.list div.wiki p {
|
|
| 368 |
margin: 0; |
|
| 369 |
} |
|
| 367 | 370 | |
| 368 | 371 |
.table-list-cell {display: table-cell; vertical-align: top; padding:2px; }
|
| 369 | 372 |
.table-list div.buttons {width: 15%;}
|
| ... | ... | |
| 936 | 939 |
#projects-index a.project ~ svg, table.projects tr.project td.name svg {
|
| 937 | 940 |
margin-left: 4px; |
| 938 | 941 |
} |
| 939 |
#projects-index li p {
|
|
| 942 |
#projects-index div.wiki p {
|
|
| 940 | 943 |
margin-top: 0px; |
| 941 | 944 |
} |
| 942 | 945 | |