Hide additional information workflow steps

From SMTX Wiki
Revision as of 21:44, 25 May 2020 by Smtxwiki (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
}