workflow releasing datasets
This commit is contained in:
parent
ec127b9457
commit
de80de9d88
18 changed files with 355 additions and 107 deletions
19
public/backend/style.css
vendored
19
public/backend/style.css
vendored
|
@ -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;
|
||||
}
|
||||
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue