Hide additional information workflow steps

From SMTX Wiki
Jump to navigation Jump to search

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;
}