Defect #40303 » 40303.patch
| app/assets/stylesheets/application.css | ||
|---|---|---|
| 337 | 337 |
tr.issue td.relations span, tr.issue td.watcher_users a {white-space: nowrap;}
|
| 338 | 338 |
tr.issue td.watcher_users ul {list-style: none; padding: 0; margin: 0}
|
| 339 | 339 |
table.issues td.block_column {color:#777; font-size:90%; padding:4px 4px 4px 24px; text-align:left; white-space:normal;}
|
| 340 |
table.issues td.block_column span {font-weight: bold; display: block; margin-bottom: 4px;}
|
|
| 341 |
table.issues td.block_column pre {white-space:normal;}
|
|
| 340 |
table.issues td.block_column>span {font-weight: bold; display: block; margin-bottom: 4px;}
|
|
| 341 |
table.issues td.block_column>pre {white-space:normal;}
|
|
| 342 | 342 | |
| 343 | 343 |
tr.idnt td.subject, tr.idnt td.name {background: url(/arrow_right.png) no-repeat 2px 50%;}
|
| 344 | 344 |
tr.idnt-1 td.subject, tr.idnt-1 td.name {padding-left: 24px; background-position: 8px 50%;}
|