Hide ignored articles in order result.

* also added js-link to show them if wanted
This commit is contained in:
Benjamin Meichsner 2009-10-17 12:22:13 +02:00
parent 20c7c0ef02
commit 1f629ff861
5 changed files with 36 additions and 5 deletions

View file

@ -239,6 +239,12 @@ table {
background-color: #ffffc2; }
table tr.click-me {
cursor: pointer; }
table tr.ignored {
color: grey; }
table tr.success {
color: green; }
table tr.failed {
color: red; }
table.list tr {
border: 1px solid #e3e3e3; }