workflow releasing datasets

This commit is contained in:
Arno Kaimbacher 2019-04-08 18:31:40 +02:00
parent ec127b9457
commit de80de9d88
18 changed files with 355 additions and 107 deletions

View file

@ -935,4 +935,23 @@ textarea.large, input.large {
cursor: pointer;
/* float: right; */
}
.pure-table tr.inprogress {
padding: 0.8em;
background-color: paleturquoise;
}
.pure-table tr.released {
background-color: greenyellow;
}
.help {
display: block;
font-size: 0.75rem;
margin-top: 0.25rem;
}
.help.is-danger {
color: #ff3860;
}