Project

General

Profile

Patch #43246 ยป remove-style-for-issue-changesets.patch

Go MAEDA, 2025-09-23 10:24

View differences:

app/assets/stylesheets/application.css
502 502
table td {padding:2px;}
503 503
table p {margin:0;}
504 504

  
505
table.list:not(.odd-even) tbody tr:nth-child(odd), .odd, #issue-changesets div.changeset:nth-child(odd) { background-color: #fff; }
506
table.list:not(.odd-even) tbody tr:nth-child(even), .even, #issue-changesets div.changeset:nth-child(even) { background-color: #f6f7f8; }
507
table.list:not(.odd-even) tbody tr:nth-child(odd):hover, .odd:hover, #issue-changesets div.changeset:nth-child(odd):hover,
508
table.list:not(.odd-even) tbody tr:nth-child(even):hover, .even:hover, #issue-changesets div.changeset:nth-child(even):hover { background-color:#ffffdd; }
505
table.list:not(.odd-even) tbody tr:nth-child(odd), .odd { background-color: #fff; }
506
table.list:not(.odd-even) tbody tr:nth-child(even), .even { background-color: #f6f7f8; }
507
table.list:not(.odd-even) tbody tr:nth-child(odd):hover, .odd:hover,
508
table.list:not(.odd-even) tbody tr:nth-child(even):hover, .even:hover { background-color:#ffffdd; }
509 509

  
510 510
tr.builtin td.name {font-style:italic;}
511 511

  
......
785 785
.toggle-multiselect { margin-right:5px; cursor:pointer;}
786 786
.buttons { font-size: 0.9em; margin-bottom: 1.4em; margin-top: 1em; }
787 787

  
788
div#issue-changesets {float:right; width:45%; margin-left: 1em; margin-bottom: 1em; background: #fff; padding-left: 1em; font-size: 90%;}
789
div#issue-changesets div.changeset {border-bottom: 1px solid #ddd; padding: 4px;}
790
div#issue-changesets p { margin-top: 0; margin-bottom: 1em;}
791 788
.changeset-comments {margin-bottom:1em;}
792 789

  
793 790
#update {margin-bottom: 1.4em;}
    (1-1/1)