This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
Incam_SGD/resources/css/workflow-admin.css

18 lines
324 B
CSS
Raw Permalink Normal View History

#workflow-states-list {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
#workflow-states-list ul {
list-style-type: none;
margin-left: 0;
padding-left: 1em;
border-top: 1px solid #dedede;
margin-top: 0.5em;
margin-bottom: 1.5em;
}
.workflow_element {
font-weight: bold;
}