Hide additional information workflow steps: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m 1 revision imported |
(No difference)
| |
Latest revision as of 21:44, 25 May 2020
Add the following settings to your stylesheet to hide the indicators with process steps showing number of restarts and emails sent:
/**** Hide information boxes beneath process steps */
.process-map-ticket-nrofinstances
{
display: none;
}
.process-map-ticket-nroffilesuploaded
{
display: none;
}
.process-map-ticket-nrofadditionalinfo
{
display: none;
}
.process-map-ticket-datestarted
{
width: 85px;
border-radius: 12px 0px 0px 0px;
}
.process-map-ticket-dateended
{
width: 85px;
border-radius: 0px 12px 0px 0px;
}
.process-map-ticket
{
border-radius: 0px 0px 12px 12px;
}
.content-contentbox-secondaryactions .messages-right-title
{
font-weight: bold;
}